Revision: 15570
http://sourceforge.net/p/skim-app/code/15570
Author: hofman
Date: 2025-06-29 17:19:38 +0000 (Sun, 29 Jun 2025)
Log Message:
-----------
set actually added note as current note
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-06-29 17:16:00 UTC (rev 15569)
+++ trunk/SKPDFView.m 2025-06-29 17:19:38 UTC (rev 15570)
@@ -2459,7 +2459,7 @@
[[self undoManager] setActionName:NSLocalizedString(@"Add Note",
@"Undo action name")];
if (toolMode == SKToolModeText || toolMode == SKToolModeNote)
- [self setCurrentAnnotation:newAnnotation];
+ [self setCurrentAnnotation:[newAnnotations lastObject]];
return YES;
} else if (newAnnotation) {
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