Fix hiding size column in game list.

This commit is contained in:
Rachel Bryk 2014-07-06 01:59:38 -04:00
parent 4117b5ec12
commit 5558aa08c2
1 changed files with 1 additions and 1 deletions

View File

@ -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
{ {