mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-16 14:42:52 +00:00
Fix hiding size column in game list.
This commit is contained in:
parent
4117b5ec12
commit
5558aa08c2
@ -359,7 +359,7 @@ void CGameListCtrl::Update()
|
|||||||
OnColumnClick(event);
|
OnColumnClick(event);
|
||||||
sorted = true;
|
sorted = true;
|
||||||
|
|
||||||
SetColumnWidth(COLUMN_SIZE, wxLIST_AUTOSIZE);
|
SetColumnWidth(COLUMN_SIZE, SConfig::GetInstance().m_showSizeColumn ? wxLIST_AUTOSIZE : 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user