From: Shamus Hammons Date: Mon, 18 Feb 2013 14:29:48 +0000 (-0600) Subject: Fixed fullscreen icon state when starting in full screen mode. X-Git-Tag: 2.1.1~41 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=virtualjaguar;a=commitdiff_plain;h=ac709f4e9cd5d58c7e74703b05c5b69fe066a426 Fixed fullscreen icon state when starting in full screen mode. --- 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);