Revision: 14159
          http://sourceforge.net/p/skim-app/code/14159
Author:   hofman
Date:     2024-04-01 09:36:25 +0000 (Mon, 01 Apr 2024)
Log Message:
-----------
only collapse side panes when exiting full screen fails when we should collapse 
side panes in full screen

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

Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m   2024-04-01 09:02:01 UTC (rev 
14158)
+++ trunk/SKMainWindowController_FullScreen.m   2024-04-01 09:36:25 UTC (rev 
14159)
@@ -787,7 +787,8 @@
         [secondaryPdfView setBackgroundColor:backgroundColor];
         if ([[pdfView document] isLocked] == NO)
             [self applyPDFSettings:fullScreenSetup rewind:YES];
-        [self applyLeftSideWidth:0.0 rightSideWidth:0.0];
+        if (collapseSidePanesInFullScreen)
+            [self applyLeftSideWidth:0.0 rightSideWidth:0.0];
         [self forceSubwindowsOnTop:YES];
     }
     animationWindow = 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

Reply via email to