mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Qt: Update Game List Icon on changing Game List Mode
This commit is contained in:
parent
5c42d29c98
commit
ea9abe7701
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue