Revision: 14793
http://sourceforge.net/p/skim-app/code/14793
Author: hofman
Date: 2024-12-08 22:11:02 +0000 (Sun, 08 Dec 2024)
Log Message:
-----------
note selection highlight changes when drawsImage changes
Modified Paths:
--------------
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2024-12-08 17:42:10 UTC (rev 14792)
+++ trunk/SKMainWindowController.m 2024-12-08 22:11:02 UTC (rev 14793)
@@ -2706,7 +2706,7 @@
}
}
- [pdfView setNeedsDisplay:[keyPath
isEqualToString:SKNPDFAnnotationBorderKey] forAnnotation:note fromRect:oldRect];
+ [pdfView setNeedsDisplay:([keyPath
isEqualToString:SKNPDFAnnotationBorderKey] || [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