mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix sorting bug.
This commit is contained in:
@ -322,9 +322,10 @@ void CGameListCtrl::Update()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sort items by Title
|
// Sort items by Title
|
||||||
|
sorted = false;
|
||||||
wxListEvent event;
|
wxListEvent event;
|
||||||
event.m_col = SConfig::GetInstance().m_ListSort2;
|
event.m_col = SConfig::GetInstance().m_ListSort2;
|
||||||
last_column = 1;
|
last_column = 0;
|
||||||
OnColumnClick(event);
|
OnColumnClick(event);
|
||||||
|
|
||||||
event.m_col = SConfig::GetInstance().m_ListSort;
|
event.m_col = SConfig::GetInstance().m_ListSort;
|
||||||
|
Reference in New Issue
Block a user