Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #565 from RachelBryk/size-column
Fix hiding size column in game list.
  • Loading branch information
dolphin-emu-bot committed Jul 6, 2014
2 parents 4117b5e + 5558aa0 commit a96f185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GameListCtrl.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit a96f185

Please sign in to comment.