Revision: 14794
          http://sourceforge.net/p/skim-app/code/14794
Author:   hofman
Date:     2024-12-08 22:27:33 +0000 (Sun, 08 Dec 2024)
Log Message:
-----------
fix key for which to redraw note highlight

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2024-12-08 22:11:02 UTC (rev 14793)
+++ trunk/SKMainWindowController.m      2024-12-08 22:27:33 UTC (rev 14794)
@@ -2706,7 +2706,7 @@
                     }
                 }
                 
-                [pdfView setNeedsDisplay:([keyPath 
isEqualToString:SKNPDFAnnotationBorderKey] || [keyPath 
isEqualToString:SKNPDFAnnotationDrawsImageKey]) forAnnotation:note 
fromRect:oldRect];
+                [pdfView setNeedsDisplay:([keyPath 
isEqualToString:SKNPDFAnnotationBoundsKey] || [keyPath 
isEqualToString:SKNPDFAnnotationDrawsImageKey]) forAnnotation:note 
fromRect:oldRect];
                 [secondaryPdfView setNeedsDisplayForAnnotation:note];
                 
                 if ([keyPath isEqualToString:SKNPDFAnnotationBoundsKey]) {

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