Revision: 15257 http://sourceforge.net/p/skim-app/code/15257 Author: hofman Date: 2025-05-23 09:14:06 +0000 (Fri, 23 May 2025) Log Message: ----------- set normal level of window after presentation to be sure
Modified Paths: -------------- trunk/SKMainWindowController_FullScreen.m Modified: trunk/SKMainWindowController_FullScreen.m =================================================================== --- trunk/SKMainWindowController_FullScreen.m 2025-05-23 09:06:16 UTC (rev 15256) +++ trunk/SKMainWindowController_FullScreen.m 2025-05-23 09:14:06 UTC (rev 15257) @@ -229,6 +229,7 @@ } else { [mainWindow makeKeyAndOrderFront:nil]; } + [mainWindow setLevel:NSNormalWindowLevel]; [mainWindow display]; if ([pdfView window] == mainWindow) [mainWindow makeFirstResponder:pdfView]; 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