Revision: 14414
          http://sourceforge.net/p/skim-app/code/14414
Author:   hofman
Date:     2024-08-03 16:33:51 +0000 (Sat, 03 Aug 2024)
Log Message:
-----------
use default cursor colors for camera cursor

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

Modified: trunk/NSCursor_SKExtensions.m
===================================================================
--- trunk/NSCursor_SKExtensions.m       2024-08-02 17:38:09 UTC (rev 14413)
+++ trunk/NSCursor_SKExtensions.m       2024-08-03 16:33:51 UTC (rev 14414)
@@ -307,11 +307,11 @@
             [path appendBezierPathWithArcFromPoint:NSMakePoint(17.0, 12.0) 
toPoint:NSMakePoint(11.0, 12.0) radius:3.0];
             [path closePath];
             [NSGraphicsContext saveGraphicsState];
-            [NSColor.whiteColor set];
+            [cursorOutline set];
             [NSShadow setShadowWithWhite:0.0 alpha:0.33333 blurRadius:1.0 
yOffset:-1.0];
             [path fill];
             [NSGraphicsContext restoreGraphicsState];
-            [NSColor.blackColor set];
+            [cursorFill set];
             path = [NSBezierPath bezierPath];
             [path moveToPoint:NSMakePoint(14.0, 11.0)];
             [path appendBezierPathWithArcFromPoint:NSMakePoint(12.5, 11.0) 
toPoint:NSMakePoint(12.0, 12.0) radius:1.5];

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