Revision: 14646
http://sourceforge.net/p/skim-app/code/14646
Author: hofman
Date: 2024-11-06 09:54:11 +0000 (Wed, 06 Nov 2024)
Log Message:
-----------
space
Modified Paths:
--------------
trunk/SkimNotes/SKNPDFAnnotationNote.m
Modified: trunk/SkimNotes/SKNPDFAnnotationNote.m
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-11-05 17:00:32 UTC (rev
14645)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.m 2024-11-06 09:54:11 UTC (rev
14646)
@@ -403,7 +403,7 @@
CGContextClosePath(context);
CGContextDrawPath(context, kCGPathFillStroke);
CGContextSetLineCap(context, kCGLineCapRound);
- CGPoint points2[4] = {{x + 0.1 * w, y},
+ CGPoint points2[4] = {{x + 0.1 * w, y},
{x + 0.1 * w, y + 0.4 * h},
{x + 0.4 * w, y},
{x + 0.4 * w, y + 0.4 * h}};
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