Revision: 14188
http://sourceforge.net/p/skim-app/code/14188
Author: hofman
Date: 2024-04-07 14:57:49 +0000 (Sun, 07 Apr 2024)
Log Message:
-----------
don't reset full screen view settings when there are no separate full screen
view settings
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2024-04-05 16:37:52 UTC (rev
14187)
+++ trunk/SKMainWindowController_FullScreen.m 2024-04-07 14:57:49 UTC (rev
14188)
@@ -779,7 +779,7 @@
[pdfView setInteractionMode:SKFullScreenMode];
[pdfView setBackgroundColor:backgroundColor];
[secondaryPdfView setBackgroundColor:backgroundColor];
- if ([[pdfView document] isLocked] == NO)
+ if ([[pdfView document] isLocked] == NO && [fullScreenSetup count])
[self applyPDFSettings:fullScreenSetup rewind:YES];
[self forceSubwindowsOnTop:YES];
}
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