Revision: 14589
http://sourceforge.net/p/skim-app/code/14589
Author: hofman
Date: 2024-10-27 09:34:59 +0000 (Sun, 27 Oct 2024)
Log Message:
-----------
origin is a point
Modified Paths:
--------------
trunk/SkimNotes/SKNPDFAnnotationNote.m
Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-10-27 09:13:13 UTC (rev
14588)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-10-27 09:34:59 UTC (rev
14589)
@@ -186,7 +186,7 @@
UIGraphicsPushContext(context);
CGContextTranslateCTM(context, CGRectGetMinX(bounds),
CGRectGetMaxY(bounds));
CGContextScaleCTM(context, 1.0, -1.0);
- bounds.origin = CGRectZero;
+ bounds.origin = CGPointZero;
[[self image] drawInRect:bounds];
UIGraphicsPopContext(context);
CGContextRestoreGState(context);
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