Revision: 13663
          http://sourceforge.net/p/skim-app/code/13663
Author:   hofman
Date:     2023-09-11 14:14:38 +0000 (Mon, 11 Sep 2023)
Log Message:
-----------
only reset tracking rects for anchored notes

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2023-09-11 14:12:18 UTC (rev 13662)
+++ trunk/SKPDFView.m   2023-09-11 14:14:38 UTC (rev 13663)
@@ -3270,7 +3270,8 @@
     PDFAnnotation *annotation = [[notification userInfo] 
objectForKey:SKPDFDocumentAnnotationKey];
     
     [self setNeedsDisplayForAnnotation:annotation];
-    [self resetPDFToolTipRects];
+    if ([annotation isNote])
+        [self resetPDFToolTipRects];
 }
 
 - (void)handleWillRemoveAnnotationNotification:(NSNotification *)notification {

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

Reply via email to