From ea9abe77016a245dd32f258475748a2fbbda7fa3 Mon Sep 17 00:00:00 2001 From: Silent Date: Mon, 17 Feb 2020 23:05:25 +0100 Subject: [PATCH] Qt: Update Game List Icon on changing Game List Mode --- rpcs3/rpcs3qt/main_window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 09331184aa..9d1ce540f3 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -1572,6 +1572,7 @@ void main_window::CreateConnects() int slider_pos = ui->sizeSlider->sliderPosition(); ui->sizeSlider->setSliderPosition(m_other_slider_pos); + SetIconSizeActions(m_other_slider_pos); m_other_slider_pos = slider_pos; m_is_list_mode = is_list_act;