Fix sorting bug.
This commit is contained in:
parent
78ff8a769c
commit
14a31d9b3a
|
@ -322,9 +322,10 @@ void CGameListCtrl::Update()
|
|||
}
|
||||
|
||||
// Sort items by Title
|
||||
sorted = false;
|
||||
wxListEvent event;
|
||||
event.m_col = SConfig::GetInstance().m_ListSort2;
|
||||
last_column = 1;
|
||||
last_column = 0;
|
||||
OnColumnClick(event);
|
||||
|
||||
event.m_col = SConfig::GetInstance().m_ListSort;
|
||||
|
|
Loading…
Reference in New Issue