Revision: 14607
          http://sourceforge.net/p/skim-app/code/14607
Author:   hofman
Date:     2024-10-29 17:20:07 +0000 (Tue, 29 Oct 2024)
Log Message:
-----------
always include drawsImage in note properties

Modified Paths:
--------------
    trunk/SkimNotes/SKNPDFAnnotationNote.m

Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-10-29 16:58:45 UTC (rev 
14606)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m      2024-10-29 17:20:07 UTC (rev 
14607)
@@ -135,8 +135,7 @@
 - (NSDictionary *)SkimNoteProperties{
     NSMutableDictionary *dict = [self genericSkimNoteProperties];
     [dict setValue:[NSNumber numberWithInteger:[self iconType]] 
forKey:SKNPDFAnnotationIconTypeKey];
-    if ([self drawsImage])
-        [dict setValue:[NSNumber numberWithBool:YES] 
forKey:SKNPDFAnnotationDrawsImageKey];
+    [dict setValue:[NSNumber numberWithBool:YES] 
forKey:SKNPDFAnnotationDrawsImageKey];
     [dict setValue:[self text] forKey:SKNPDFAnnotationTextKey];
     [dict setValue:[self image] forKey:SKNPDFAnnotationImageKey];
     return dict;

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