From a1dd6e080ca9e8961c3ad8aa77df22acb5d400a9 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 30 Dec 2018 13:20:56 +0100 Subject: [PATCH] Qt: Sort game list after load settings to prevent icon size mismatch This was sorely needed when the app crashed after resizing icons --- rpcs3/rpcs3qt/game_list_frame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/rpcs3qt/game_list_frame.cpp b/rpcs3/rpcs3qt/game_list_frame.cpp index 0282109f86..d5ebb3a8c2 100644 --- a/rpcs3/rpcs3qt/game_list_frame.cpp +++ b/rpcs3/rpcs3qt/game_list_frame.cpp @@ -199,6 +199,7 @@ void game_list_frame::LoadSettings() m_gameList->setColumnHidden(col, !vis); } + SortGameList(); FixNarrowColumns(); m_gameList->horizontalHeader()->restoreState(m_gameList->horizontalHeader()->saveState());