Revision: 15450
http://sourceforge.net/p/skim-app/code/15450
Author: hofman
Date: 2025-06-12 14:43:41 +0000 (Thu, 12 Jun 2025)
Log Message:
-----------
no need for placeholder pdf document when there are no Skim notes
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2025-06-12 14:38:06 UTC (rev 15449)
+++ trunk/SKMainWindowController.m 2025-06-12 14:43:41 UTC (rev 15450)
@@ -1178,6 +1178,8 @@
}
[self insertNotes:addedNotes atIndexes:[NSIndexSet
indexSetWithIndexesInRange:NSMakeRange(0, [addedNotes count])]];
+ } else {
+ placeholderPdfDocument = 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