Revision: 24134
          http://sourceforge.net/p/bibdesk/svn/24134
Author:   hofman
Date:     2019-08-15 15:02:47 +0000 (Thu, 15 Aug 2019)
Log Message:
-----------
use system color

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

Modified: trunk/bibdesk/BDSKAddressTextFieldCell.m
===================================================================
--- trunk/bibdesk/BDSKAddressTextFieldCell.m    2019-08-15 14:58:32 UTC (rev 
24133)
+++ trunk/bibdesk/BDSKAddressTextFieldCell.m    2019-08-15 15:02:47 UTC (rev 
24134)
@@ -88,7 +88,7 @@
         [[NSColor colorWithCalibratedWhite:0.88 alpha:1.0] set];
         [[NSBezierPath bezierPathWithRoundedRect:innerShadowRect xRadius:2.9 
yRadius:2.9] fill];
         
-        [[NSColor whiteColor] set];
+        [[NSColor controlBackgroundColor] set];
         [[NSBezierPath bezierPathWithRoundedRect:NSInsetRect(cellFrame, 1.0, 
2.0) xRadius:2.6 yRadius:2.6] fill];
         
         [self drawInteriorWithFrame:cellFrame inView:controlView];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to