Revision: 14633
http://sourceforge.net/p/skim-app/code/14633
Author: hofman
Date: 2024-11-03 09:45:38 +0000 (Sun, 03 Nov 2024)
Log Message:
-----------
revert earlier commit, draw actual icon type as placeholder for missing image
Modified Paths:
--------------
trunk/SkimNotes/SKNPDFAnnotationNote.m
Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-11-02 22:22:07 UTC (rev
14632)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-11-03 09:45:38 UTC (rev
14633)
@@ -258,7 +258,7 @@
if (NSWidth(bounds) > 2.0 && NSHeight(bounds) > 2.0) {
CGContextSetFillColorWithColor(context, [[self color] CGColor]);
CGContextSetStrokeColorWithColor(context,
CGColorGetConstantColor(kCGColorBlack));
- drawIcon(context, bounds, [self drawsImage] ?
kPDFTextAnnotationIconNote : [self iconType]);
+ drawIcon(context, bounds, [self iconType]);
} else {
CGContextSetFillColorWithColor(context,
CGColorGetConstantColor(kCGColorBlack));
CGContextFillRect(context, NSRectToCGRect(bounds));
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