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);
|
||||
sorted = true;
|
||||
|
||||
SetColumnWidth(COLUMN_SIZE, wxLIST_AUTOSIZE);
|
||||
SetColumnWidth(COLUMN_SIZE, SConfig::GetInstance().m_showSizeColumn ? wxLIST_AUTOSIZE : 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue