Skip to content

Commit fcc793f

Browse files
authored
make the swap emphasis hotkey update the checked screen sizing (#2540)
1 parent 73b3820 commit fcc793f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/qt_sdl/Window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,6 +2244,7 @@ void MainWindow::onScreenEmphasisToggled()
22442244
currentSizing = screenSizing_EmphTop;
22452245
}
22462246
windowCfg.SetInt("ScreenSizing", currentSizing);
2247+
actScreenSizing[currentSizing]->setChecked(true);
22472248

22482249
emit screenLayoutChange();
22492250
}

0 commit comments

Comments
 (0)