|
From: <ho...@us...> - 2025-06-29 17:20:43
|
Revision: 15571
http://sourceforge.net/p/skim-app/code/15571
Author: hofman
Date: 2025-06-29 17:20:41 +0000 (Sun, 29 Jun 2025)
Log Message:
-----------
revert last commit
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-06-29 17:19:38 UTC (rev 15570)
+++ trunk/SKPDFView.m 2025-06-29 17:20:41 UTC (rev 15571)
@@ -2459,7 +2459,7 @@
[[self undoManager] setActionName:NSLocalizedString(@"Add Note", @"Undo action name")];
if (toolMode == SKToolModeText || toolMode == SKToolModeNote)
- [self setCurrentAnnotation:[newAnnotations lastObject]];
+ [self setCurrentAnnotation:newAnnotation];
return YES;
} else if (newAnnotation) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|