Revision: 13391
          http://sourceforge.net/p/skim-app/code/13391
Author:   hofman
Date:     2023-03-17 23:00:15 +0000 (Fri, 17 Mar 2023)
Log Message:
-----------
move animation window to popup menu level when exiting presentation

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2023-03-17 22:19:51 UTC (rev 
13390)
+++ trunk/SKMainWindowController_FullScreen.m   2023-03-17 23:00:15 UTC (rev 
13391)
@@ -333,7 +333,6 @@
         // trick to make sure the main window shows up in the same space as 
the fullscreen window
         [fullScreenWindow addChildWindow:mainWindow ordered:NSWindowBelow];
         [fullScreenWindow removeChildWindow:mainWindow];
-        [fullScreenWindow setLevel:NSPopUpMenuWindowLevel];
         // these can change due to the child window trick
         [mainWindow setLevel:NSNormalWindowLevel];
         [mainWindow setCollectionBehavior:collectionBehavior];
@@ -529,6 +528,8 @@
     
     [self removeFullScreenWindow];
     
+    [animationWindow setLevel:NSPopUpMenuWindowLevel];
+    
     [self crossFadeToWindow:mainWindow duration:PRESENTATION_DURATION];
     
     // 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