Revision: 13657
http://sourceforge.net/p/skim-app/code/13657
Author: hofman
Date: 2023-09-10 22:55:14 +0000 (Sun, 10 Sep 2023)
Log Message:
-----------
use correct variable
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2023-09-10 21:56:07 UTC (rev 13656)
+++ trunk/SKPDFView.m 2023-09-10 22:55:14 UTC (rev 13657)
@@ -2897,7 +2897,7 @@
if (currentAnnotation != annotation)
[self setCurrentAnnotation:annotation];
[self editCurrentAnnotation:nil];
- } else if ([currentAnnotation isEditable] && [[self delegate]
respondsToSelector:@selector(PDFView:editAnnotation:)]) {
+ } else if ([annotation isEditable] && [[self delegate]
respondsToSelector:@selector(PDFView:editAnnotation:)]) {
[[SKImageToolTipWindow sharedToolTipWindow] orderOut:self];
[[self delegate] PDFView:self editAnnotation:annotation];
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