Revision: 15291
          http://sourceforge.net/p/skim-app/code/15291
Author:   hofman
Date:     2025-05-26 09:12:47 +0000 (Mon, 26 May 2025)
Log Message:
-----------
should be no need to set window level

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2025-05-25 16:03:44 UTC (rev 
15290)
+++ trunk/SKMainWindowController_FullScreen.m   2025-05-26 09:12:47 UTC (rev 
15291)
@@ -279,8 +279,6 @@
     
     [self setWindow:presentationWindow];
     
-    [presentationWindow setLevel:NSPopUpMenuWindowLevel];
-    
     // prevent sleep
     if (activity == nil)
         activity = [[NSProcessInfo processInfo] 
beginActivityWithOptions:NSActivityUserInitiated | 
NSActivityIdleDisplaySleepDisabled | NSActivityIdleSystemSleepDisabled  
reason:@"Presentation"];
@@ -381,7 +379,6 @@
     BOOL moveToTab = [[tabGroup windows] count] > 0;
     
     [mainWindow setAlphaValue:0.0];
-    [mainWindow setLevel:NSNormalWindowLevel];
     [mainWindow setAnimationBehavior:NSWindowAnimationBehaviorNone];
     if (NSPointInRect(SKCenterPoint([mainWindow frame]), [[presentationWindow 
screen] frame]) && moveToTab == NO) {
         NSWindowCollectionBehavior collectionBehavior = [mainWindow 
collectionBehavior];

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