Revision: 15282
http://sourceforge.net/p/skim-app/code/15282
Author: hofman
Date: 2025-05-25 14:19:52 +0000 (Sun, 25 May 2025)
Log Message:
-----------
screen can not be nil at this point
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:11:18 UTC (rev
15281)
+++ trunk/SKMainWindowController_FullScreen.m 2025-05-25 14:19:52 UTC (rev
15282)
@@ -248,7 +248,7 @@
screen = [screens firstObject];
}
- NSWindow *presentationWindow = [[SKFullScreenWindow alloc]
initWithContentRect:[screen ?: [mainWindow screen] frame]];
+ NSWindow *presentationWindow = [[SKFullScreenWindow alloc]
initWithContentRect:[screen frame]];
[presentationWindow setAlphaValue:0.0];
if (presentationView == nil)
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