From 2bb77d149ee8cf07612f76f961eb9ef694b5eb80 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 10 Nov 2022 15:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Viewer/fg=5Fos=5Fosgv?= =?UTF-8?q?iewer.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Viewer/fg_os_osgviewer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Viewer/fg_os_osgviewer.cxx b/src/Viewer/fg_os_osgviewer.cxx index 0fdd391..fe2b599 100755 --- a/src/Viewer/fg_os_osgviewer.cxx +++ b/src/Viewer/fg_os_osgviewer.cxx @@ -590,7 +590,7 @@ void fgOSFullScreen() //bool isFullScreen = !window->getWindowDecoration(); - bool isFullScreen = true; + bool isFullScreen = false; SG_LOG(SG_VIEW, SG_DEBUG, "Toggling fullscreen. Previous window rectangle (" << x << ", " << y << ") x (" << width << ", " << height << "), fullscreen: " << isFullScreen << ", number of screens: " << wsi->getNumScreens()); if (isFullScreen) {