Qt: Sort game list after load settings to prevent icon size mismatch
This was sorely needed when the app crashed after resizing icons
This commit is contained in:
@@ -199,6 +199,7 @@ void game_list_frame::LoadSettings()
|
|||||||
m_gameList->setColumnHidden(col, !vis);
|
m_gameList->setColumnHidden(col, !vis);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SortGameList();
|
||||||
FixNarrowColumns();
|
FixNarrowColumns();
|
||||||
|
|
||||||
m_gameList->horizontalHeader()->restoreState(m_gameList->horizontalHeader()->saveState());
|
m_gameList->horizontalHeader()->restoreState(m_gameList->horizontalHeader()->saveState());
|
||||||
|
|||||||
Reference in New Issue
Block a user