Revision: 16062
http://sourceforge.net/p/skim-app/code/16062
Author: hofman
Date: 2026-03-14 22:04:34 +0000 (Sat, 14 Mar 2026)
Log Message:
-----------
compare with equality
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2026-03-14 16:57:44 UTC (rev 16061)
+++ trunk/SKMainWindowController.m 2026-03-14 22:04:34 UTC (rev 16062)
@@ -576,7 +576,7 @@
NSMutableDictionary *mutableSetup = [setup mutableCopy];
[mutableSetup removeObjectsForKeys:@[@"displayMode",
@"displayDirection"]];
[pdfView setDisplaySettings:mutableSetup];
- } else if ([self interactionMode] != SKFullScreenMode ||
[[[NSUserDefaults standardUserDefaults]
dictionaryForKey:SKDefaultFullScreenPDFDisplaySettingsKey] count] == 0) {
+ } else if ([self interactionMode] == SKNormalMode ||
[[[NSUserDefaults standardUserDefaults]
dictionaryForKey:SKDefaultFullScreenPDFDisplaySettingsKey] count] == 0) {
if ([setup objectForKey:PAGEINDEX_KEY])
[pdfView setDisplaySettings:setup];
else
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