Qt: Update Game List Icon on changing Game List Mode

This commit is contained in:
Silent 2020-02-17 23:05:25 +01:00 committed by Megamouse
parent 5c42d29c98
commit ea9abe7701

View File

@ -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;