Revision: 13390
http://sourceforge.net/p/skim-app/code/13390
Author: hofman
Date: 2023-03-17 22:19:51 +0000 (Fri, 17 Mar 2023)
Log Message:
-----------
Make sure full screen window is above screenshot window
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2023-03-17 15:45:38 UTC (rev
13389)
+++ trunk/SKMainWindowController_FullScreen.m 2023-03-17 22:19:51 UTC (rev
13390)
@@ -619,6 +619,7 @@
if (animationWindow != nil) {
[self showStaticContentForWindow:window];
[window setFrame:frame display:YES];
+ [window orderWindow:NSWindowAbove relativeTo:animationWindow];
for (NSView *view in [[[window
standardWindowButton:NSWindowCloseButton] superview] subviews])
if ([view isKindOfClass:[NSControl class]])
[view setAlphaValue:0.0];
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