Revision: 14418
          http://sourceforge.net/p/skim-app/code/14418
Author:   hofman
Date:     2024-08-04 16:05:10 +0000 (Sun, 04 Aug 2024)
Log Message:
-----------
use square brackets

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

Modified: trunk/NSImage_SKExtensions.m
===================================================================
--- trunk/NSImage_SKExtensions.m        2024-08-04 15:04:30 UTC (rev 14417)
+++ trunk/NSImage_SKExtensions.m        2024-08-04 16:05:10 UTC (rev 14418)
@@ -1963,7 +1963,7 @@
 }
 
 static inline void drawArrowCursor(NSColor *outlineColor, NSColor *fillColor) {
-    NSBezierPath *path = NSBezierPath.bezierPath;
+    NSBezierPath *path = [NSBezierPath bezierPath];
     [path moveToPoint:NSMakePoint(3.0, 37.0 + M_SQRT2)];
     [path lineToPoint:NSMakePoint(3.0, 35.0 - 9.0 * M_SQRT2)];
     [path lineToPoint:NSMakePoint(9.0 * M_SQRT2 - 5.0, 27.0)];

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