Revision: 14185
          http://sourceforge.net/p/skim-app/code/14185
Author:   hofman
Date:     2024-04-05 15:25:57 +0000 (Fri, 05 Apr 2024)
Log Message:
-----------
add comment

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2024-04-05 14:51:24 UTC (rev 
14184)
+++ trunk/SKMainWindowController_FullScreen.m   2024-04-05 15:25:57 UTC (rev 
14185)
@@ -763,6 +763,8 @@
     mwcFlags.isSwitchingFullScreen = 0;
     if (mwcFlags.wantsPresentation) {
         mwcFlags.wantsPresentation = 0;
+        // make sure the window fully finishes full screen
+        // calling this immediately can crash when -moveTabToNewWindow: is 
called
         dispatch_async(dispatch_get_main_queue(), ^{ [self enterPresentation]; 
});
     } else {
         [touchBarController interactionModeChanged];

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