Revision: 14591
          http://sourceforge.net/p/skim-app/code/14591
Author:   hofman
Date:     2024-10-27 15:24:51 +0000 (Sun, 27 Oct 2024)
Log Message:
-----------
set drawsImage property for converted Stamp note properties

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

Modified: trunk/PDFAnnotation_SKExtensions.m
===================================================================
--- trunk/PDFAnnotation_SKExtensions.m  2024-10-27 09:40:06 UTC (rev 14590)
+++ trunk/PDFAnnotation_SKExtensions.m  2024-10-27 15:24:51 UTC (rev 14591)
@@ -225,6 +225,7 @@
         NSMutableDictionary *mutableProperties = [properties mutableCopy];
         NSString *contents = [properties 
objectForKey:SKNPDFAnnotationContentsKey];
         [mutableProperties setObject:SKNNoteString 
forKey:SKNPDFAnnotationTypeKey];
+        [mutableProperties setObject:@YES 
forKey:SKNPDFAnnotationDrawsImageKey];
         if (contents) {
             NSRange r = [contents rangeOfString:@"  "];
             NSRange r1 = [contents rangeOfString:@"\n"];

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