mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 00:05:34 +01:00
Fix another sorting bug.
This commit is contained in:
parent
14a31d9b3a
commit
da5e61b45b
@ -322,10 +322,11 @@ void CGameListCtrl::Update()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sort items by Title
|
// Sort items by Title
|
||||||
|
if (!sorted)
|
||||||
|
last_column = 0;
|
||||||
sorted = false;
|
sorted = false;
|
||||||
wxListEvent event;
|
wxListEvent event;
|
||||||
event.m_col = SConfig::GetInstance().m_ListSort2;
|
event.m_col = SConfig::GetInstance().m_ListSort2;
|
||||||
last_column = 0;
|
|
||||||
OnColumnClick(event);
|
OnColumnClick(event);
|
||||||
|
|
||||||
event.m_col = SConfig::GetInstance().m_ListSort;
|
event.m_col = SConfig::GetInstance().m_ListSort;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user