Revision: 14427
          http://sourceforge.net/p/skim-app/code/14427
Author:   hofman
Date:     2024-08-19 14:34:29 +0000 (Mon, 19 Aug 2024)
Log Message:
-----------
fix typo in pref key

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

Modified: trunk/NSCursor_SKExtensions.m
===================================================================
--- trunk/NSCursor_SKExtensions.m       2024-08-16 09:19:41 UTC (rev 14426)
+++ trunk/NSCursor_SKExtensions.m       2024-08-19 14:34:29 UTC (rev 14427)
@@ -284,7 +284,7 @@
             if ([[self universalaccessDefaults] 
boolForKey:@"cursorIsCustomized"]) {
                 customizedColors = YES;
                 NSDictionary *outlineDict = [[self universalaccessDefaults] 
dictionaryForKey:@"cursorOutline"];
-                NSDictionary *fillDict = [[self universalaccessDefaults] 
dictionaryForKey:@"cursorfill"];
+                NSDictionary *fillDict = [[self universalaccessDefaults] 
dictionaryForKey:@"cursorFill"];
                 if ([outlineDict count] == 4 && [fillDict count] == 4) {
                     cursorOutline = [NSColor colorWithSRGBRed:[[outlineDict 
objectForKey:@"red"] doubleValue] green:[[outlineDict objectForKey:@"green"] 
doubleValue] blue:[[outlineDict objectForKey:@"blue"] doubleValue] 
alpha:[[outlineDict objectForKey:@"alpha"] doubleValue]] ?: cursorOutline;
                     cursorFill = [NSColor colorWithSRGBRed:[[fillDict 
objectForKey:@"red"] doubleValue] green:[[fillDict objectForKey:@"green"] 
doubleValue] blue:[[fillDict objectForKey:@"blue"] doubleValue] 
alpha:[[fillDict objectForKey:@"alpha"] doubleValue]] ?: cursorFill;

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