Revision: 15267
          http://sourceforge.net/p/skim-app/code/15267
Author:   hofman
Date:     2025-05-23 15:56:16 +0000 (Fri, 23 May 2025)
Log Message:
-----------
reset preesentation options after forcing presentation windoww to hogher level

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2025-05-23 15:54:22 UTC (rev 
15266)
+++ trunk/SKMainWindowController_FullScreen.m   2025-05-23 15:56:16 UTC (rev 
15267)
@@ -237,12 +237,13 @@
         [mainWindow makeFirstResponder:pdfView];
     [mainWindow setDelegate:self];
     [mainWindow makeKeyWindow];
-    [NSApp setPresentationOptions:NSApplicationPresentationDefault];
     [mainWindow setAnimationBehavior:NSWindowAnimationBehaviorDefault];
 
     [NSApp removeWindowsItem:presentationWindow];
     [presentationWindow setLevel:NSPopUpMenuWindowLevel];
     
+    [NSApp setPresentationOptions:NSApplicationPresentationDefault];
+    
     if (moveToTab) {
         NSUInteger tabIndex = [[savedNormalSetup objectForKey:TABINDEX_KEY] 
unsignedIntegerValue];
         [mainWindow setAlphaValue:1.0];

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to