Revision: 14821
http://sourceforge.net/p/skim-app/code/14821
Author: hofman
Date: 2024-12-11 10:37:48 +0000 (Wed, 11 Dec 2024)
Log Message:
-----------
only update status when changing the current annotation
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2024-12-11 10:19:28 UTC (rev 14820)
+++ trunk/SKMainWindowController.m 2024-12-11 10:37:48 UTC (rev 14821)
@@ -2706,7 +2706,7 @@
[pdfView resetPDFToolTipRects];
}
- if ([[NSUserDefaults standardUserDefaults]
boolForKey:SKDisplayNoteBoundsKey]) {
+ if (note == [pdfView currentAnnotation] &&
[[NSUserDefaults standardUserDefaults] boolForKey:SKDisplayNoteBoundsKey]) {
[self updateRightStatus];
}
}
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