Revision: 15587
http://sourceforge.net/p/skim-app/code/15587
Author: hofman
Date: 2025-07-02 15:36:37 +0000 (Wed, 02 Jul 2025)
Log Message:
-----------
don't set undo action name when joining to freehand note
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-07-02 15:29:16 UTC (rev 15586)
+++ trunk/SKPDFView.m 2025-07-02 15:36:37 UTC (rev 15587)
@@ -4364,7 +4364,7 @@
[annotation setColor:[currentAnnotation color]];
[annotation setBorder:[currentAnnotation border]];
[annotation setString:[currentAnnotation string]];
- [self removeAnnotation:currentAnnotation];
+ [[self document] removeAnnotation:currentAnnotation];
[self addAnnotation:annotation toPage:page select:YES];
} else {
PDFAnnotation *annotation = [PDFAnnotation
newSkimNoteWithPaths:@[bezierPath]];
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