Revision: 14825
          http://sourceforge.net/p/skim-app/code/14825
Author:   hofman
Date:     2024-12-11 15:37:50 +0000 (Wed, 11 Dec 2024)
Log Message:
-----------
change comment

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-12-11 15:36:11 UTC (rev 14824)
+++ trunk/SKPDFView.m   2024-12-11 15:37:50 UTC (rev 14825)
@@ -2832,8 +2832,8 @@
 
 - (void)updatedAnnotation:(PDFAnnotation *)annotation forKey:(NSString *)key 
fromValue:(id)oldValue {
     BOOL updateHighlight = key == nil || [key 
isEqualToString:SKNPDFAnnotationBoundsKey] || [key 
isEqualToString:SKNPDFAnnotationDrawsImageKey];
-    // these properties don't notify automatically because they don't use the 
annotationValue
     if ([annotation isNote] && key) {
+        // image does not notify automatically because it does not use the 
annotationKeyValues
         if ([key isEqualToString:SKNPDFAnnotationImageKey]) {
             [super updatedAnnotation:annotation];
         } else if ([key 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