From ac709f4e9cd5d58c7e74703b05c5b69fe066a426 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Mon, 18 Feb 2013 08:29:48 -0600 Subject: [PATCH] Fixed fullscreen icon state when starting in full screen mode. --- src/gui/mainwin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/mainwin.cpp b/src/gui/mainwin.cpp index b17ef8d..5efca0a 100644 --- a/src/gui/mainwin.cpp +++ b/src/gui/mainwin.cpp @@ -382,6 +382,7 @@ void MainWin::SyncUI(void) palAct->setChecked(!vjs.hardwareTypeNTSC); powerAct->setIcon(vjs.hardwareTypeNTSC ? powerRed : powerGreen); + fullScreenAct->setChecked(vjs.fullscreen); fullScreen = vjs.fullscreen; SetFullScreen(fullScreen); -- 2.37.2