Revision: 14204
          http://sourceforge.net/p/skim-app/code/14204
Author:   hofman
Date:     2024-04-10 16:47:48 +0000 (Wed, 10 Apr 2024)
Log Message:
-----------
make sure animation window is moved in front of the window after moving it out 
of its tab

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2024-04-10 16:33:49 UTC (rev 
14203)
+++ trunk/SKMainWindowController_FullScreen.m   2024-04-10 16:47:48 UTC (rev 
14204)
@@ -398,7 +398,7 @@
     
     interactionMode = SKPresentationMode;
     
-    [self showStaticContentForWindow:mainWindow];
+    [self showStaticContentForWindow:[self window]];
     
     // remember normal setup to return to, we must do this before changing the 
interactionMode
     [savedNormalSetup setDictionary:[self currentPDFSettings]];
@@ -408,6 +408,7 @@
         [savedNormalSetup setObject:[[self window] tabGroup] 
forKey:TABGROUP_KEY];
         [savedNormalSetup setObject:[NSNumber 
numberWithUnsignedInteger:tabIndex] forKey:TABINDEX_KEY];
         [[self window] moveTabToNewWindow:nil];
+        [animationWindow orderWindow:NSWindowAbove relativeTo:[self window]];
     }
     
     NSScreen *screen = [mainWindow screen];

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