mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12: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
Add a link
Reference in a new issue