Revision: 15410
http://sourceforge.net/p/skim-app/code/15410
Author: hofman
Date: 2025-06-08 14:35:09 +0000 (Sun, 08 Jun 2025)
Log Message:
-----------
no need to autoUpdateString for new markup notes, as they must have a selection
to create
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-06-08 14:27:29 UTC (rev 15409)
+++ trunk/SKPDFView.m 2025-06-08 14:35:09 UTC (rev 15410)
@@ -2460,8 +2460,6 @@
if ([text length] > 0 || [newAnnotation string] == nil)
[newAnnotation setString:text ?: @""];
[newAnnotation registerUserName];
- if ([text length] == 0 && isInitial == NO)
- [newAnnotation autoUpdateStringWithPage:page];
[[self document] addAnnotation:newAnnotation toPage:page];
}
[self setUndoActionName:NSLocalizedString(@"Add Note", @"Undo action
name")];
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