Revision: 15308 http://sourceforge.net/p/skim-app/code/15308 Author: hofman Date: 2025-05-27 14:27:18 +0000 (Tue, 27 May 2025) Log Message: ----------- no need to set normal window level
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-27 14:26:08 UTC (rev 15307) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-27 14:27:18 UTC (rev 15308) @@ -695,7 +695,6 @@ [window setStyleMask:[window styleMask] & ~NSWindowStyleMaskFullScreen]; setAlphaValueOfTitleBarControls(window, 1.0, NO); [window setFrame:frame display:YES]; - [window setLevel:NSNormalWindowLevel]; if (covered) [window setAlphaValue:1.0]; [NSAnimationContext runAnimationGroup:^(NSAnimationContext *context) { @@ -723,7 +722,6 @@ } completionHandler:^{ [(SKMainWindow *)window setDisableConstrainedFrame:NO]; - [window setLevel:NSNormalWindowLevel]; }]; } } 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