Revision: 14608
http://sourceforge.net/p/skim-app/code/14608
Author: hofman
Date: 2024-10-29 17:21:15 +0000 (Tue, 29 Oct 2024)
Log Message:
-----------
set proper drawsImage flag
Modified Paths:
--------------
trunk/SkimNotes/SKNPDFAnnotationNote.m
Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-10-29 17:20:07 UTC (rev
14607)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-10-29 17:21:15 UTC (rev
14608)
@@ -135,7 +135,7 @@
- (NSDictionary *)SkimNoteProperties{
NSMutableDictionary *dict = [self genericSkimNoteProperties];
[dict setValue:[NSNumber numberWithInteger:[self iconType]]
forKey:SKNPDFAnnotationIconTypeKey];
- [dict setValue:[NSNumber numberWithBool:YES]
forKey:SKNPDFAnnotationDrawsImageKey];
+ [dict setValue:[NSNumber numberWithBool:[self drawsImage]]
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