Revision: 15386
http://sourceforge.net/p/skim-app/code/15386
Author: hofman
Date: 2025-06-06 09:19:05 +0000 (Fri, 06 Jun 2025)
Log Message:
-----------
no need for condition
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2025-06-06 09:17:29 UTC (rev 15385)
+++ trunk/SKMainWindowController.m 2025-06-06 09:19:05 UTC (rev 15386)
@@ -1168,7 +1168,7 @@
[self updateNoteSelection];
if ([snapshotDicts count]) {
- if ([pdfDocument isLocked] && ([self interactionMode] !=
SKPresentationMode))
+ if ([pdfDocument isLocked])
[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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit