mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
Merge pull request #565 from RachelBryk/size-column
Fix hiding size column in game list.
This commit is contained in:
commit
a96f185bb8
@ -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