mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix sorting bug.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user