Revision: 14210
          http://sourceforge.net/p/skim-app/code/14210
Author:   hofman
Date:     2024-04-12 09:29:44 +0000 (Fri, 12 Apr 2024)
Log Message:
-----------
reset flag

Modified Paths:
--------------
    trunk/SKMainWindowController_FullScreen.m

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2024-04-12 09:14:02 UTC (rev 
14209)
+++ trunk/SKMainWindowController_FullScreen.m   2024-04-12 09:29:44 UTC (rev 
14210)
@@ -557,8 +557,10 @@
                 [[presentationPreview window] 
setAnimationBehavior:NSWindowAnimationBehaviorNone];
                 [presentationPreview close];
             }
-            if (mwcFlags.wantsPresentationOrFullScreen)
+            if (mwcFlags.wantsPresentationOrFullScreen) {
+                mwcFlags.wantsPresentationOrFullScreen = 0;
                 [self enterFullscreen];
+            }
         }];
     
     // the page number may have changed

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to