Fix another sorting bug.

This commit is contained in:
rog 2012-12-24 13:04:57 -05:00
parent 14a31d9b3a
commit da5e61b45b
1 changed files with 2 additions and 1 deletions

View File

@ -322,10 +322,11 @@ void CGameListCtrl::Update()
}
// Sort items by Title
if (!sorted)
last_column = 0;
sorted = false;
wxListEvent event;
event.m_col = SConfig::GetInstance().m_ListSort2;
last_column = 0;
OnColumnClick(event);
event.m_col = SConfig::GetInstance().m_ListSort;