Revision: 15385 http://sourceforge.net/p/skim-app/code/15385 Author: hofman Date: 2025-06-06 09:17:29 +0000 (Fri, 06 Jun 2025) Log Message: ----------- SIMPLIFY CONDITION
Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2025-06-06 08:56:53 UTC (rev 15384) +++ trunk/SKMainWindowController.m 2025-06-06 09:17:29 UTC (rev 15385) @@ -1168,7 +1168,7 @@ [self updateNoteSelection]; if ([snapshotDicts count]) { - if ([pdfDocument isLocked] && ([self interactionMode] == SKNormalMode || [self interactionMode] == SKFullScreenMode)) + if ([pdfDocument isLocked] && ([self interactionMode] != SKPresentationMode)) [savedNormalSetup setObject:snapshotDicts forKey:SNAPSHOTS_KEY]; else [self showSnapshotsWithSetups:snapshotDicts]; 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