Revision: 16347
http://sourceforge.net/p/skim-app/code/16347
Author: hofman
Date: 2026-06-02 16:57:14 +0000 (Tue, 02 Jun 2026)
Log Message:
-----------
move comment
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2026-06-02 16:52:57 UTC (rev 16346)
+++ trunk/SKPDFView.m 2026-06-02 16:57:14 UTC (rev 16347)
@@ -2410,6 +2410,7 @@
PDFPage *page = [selection safeFirstPage];
if (annotationType == SKNoteTypeInk) {
+ // we need a drawn path to add an ink note
// should never happen
NSBeep();
return;
@@ -2582,7 +2583,6 @@
text = disableUpdateString < 2 ? [selection cleanedString] : nil;
- // we need a drawn path to add an ink note
PDFAnnotation *newAnnotation = [PDFAnnotation
newSkimNoteWithBounds:bounds forType:type];
// should never happen
if (newAnnotation == 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