Revision: 13368
          http://sourceforge.net/p/skim-app/code/13368
Author:   hofman
Date:     2023-03-15 17:18:47 +0000 (Wed, 15 Mar 2023)
Log Message:
-----------
set level of animation window fom full screen

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2023-03-15 17:09:09 UTC (rev 
13367)
+++ trunk/SKMainWindowController_FullScreen.m   2023-03-15 17:18:47 UTC (rev 
13368)
@@ -693,6 +693,7 @@
     if (animationWindow != nil) {
         [(SKAnimatedBorderlessWindow *)animationWindow 
setBackgroundImage:imageForWindow(window)];
         [animationWindow orderWindow:NSWindowBelow relativeTo:window];
+        [animationWindow setLevel:NSStatusWindowLevel];
         [window setAlphaValue:0.0];
         [window setStyleMask:[window styleMask] & 
~NSWindowStyleMaskFullScreen];
         [window setFrame:frame display:YES];

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