Revision: 27036
          http://sourceforge.net/p/bibdesk/svn/27036
Author:   hofman
Date:     2021-10-13 16:11:08 +0000 (Wed, 13 Oct 2021)
Log Message:
-----------
Use sRGB

Modified Paths:
--------------
    trunk/bibdesk/BDSKMainTableView.m

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2021-10-13 15:47:45 UTC (rev 27035)
+++ trunk/bibdesk/BDSKMainTableView.m   2021-10-13 16:11:08 UTC (rev 27036)
@@ -475,7 +475,7 @@
         [file setTemplate:YES];
         
         NSImage *doi = [[[NSImage alloc] initBitmapWithSize:size 
drawingHandler:^(NSRect rect){
-            [[NSColor colorWithCalibratedRed:1.0 green:0.7 blue:0.0 alpha:1.0] 
setFill];
+            [[NSColor colorWithSRGBRed:1.0 green:0.7 blue:0.0 alpha:1.0] 
setFill];
             [NSBezierPath setDefaultLineWidth:1.2];
             [[NSBezierPath bezierPathWithOvalInRect:NSMakeRect(0, 0, 13, 13)] 
fill];
             NSBezierPath *p = [NSBezierPath 
bezierPathWithOvalInRect:NSMakeRect(1.5, 5.0, 3.0, 3.0)];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to