Rework the internal API for applying the fullscreen state. Fixes.

This commit is contained in:
Henrik Rydgård
2026-02-02 11:45:46 +01:00
parent d331af58ab
commit ad4da764df
15 changed files with 85 additions and 102 deletions
+2 -1
View File
@@ -882,7 +882,8 @@ namespace MainWindow {
case ID_OPTIONS_FULLSCREEN:
if (!g_Config.bShowImDebugger) {
SendToggleFullscreen(!g_Config.bFullScreen);
g_Config.bFullScreen = !g_Config.bFullScreen;
SendApplyFullscreenState();
}
break;