Revision: 15272
          http://sourceforge.net/p/skim-app/code/15272
Author:   hofman
Date:     2025-05-24 14:57:53 +0000 (Sat, 24 May 2025)
Log Message:
-----------
use variable

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2025-05-24 14:56:12 UTC (rev 
15271)
+++ trunk/SKMainWindowController_FullScreen.m   2025-05-24 14:57:53 UTC (rev 
15272)
@@ -418,8 +418,8 @@
                 [self hideOverviewAnimating:NO];
             
             if ([[NSUserDefaults standardUserDefaults] 
boolForKey:SKResizablePresentationKey]) {
-                [[self window] setStyleMask:[[self window] styleMask] | 
NSWindowStyleMaskResizable];
-                [[self window] setHasShadow:YES];
+                [presentationWindow setStyleMask:[presentationWindow 
styleMask] | NSWindowStyleMaskResizable];
+                [presentationWindow setHasShadow:YES];
             }
             
             // prevent sleep

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

Reply via email to