mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
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:
parent
64ea7bf867
commit
a1dd6e080c
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue