Revision: 24163
http://sourceforge.net/p/bibdesk/svn/24163
Author: hofman
Date: 2019-08-27 09:28:40 +0000 (Tue, 27 Aug 2019)
Log Message:
-----------
use system gray color for finder label name
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m 2019-08-27
06:30:50 UTC (rev 24162)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVColorMenuView.m 2019-08-27
09:28:40 UTC (rev 24163)
@@ -42,9 +42,8 @@
static NSString * const FVColorNameUpdateNotification =
@"FVColorNameUpdateNotification";
-@interface NSColor (FVYosemiteDeclarations)
-- (NSColor *)secondaryLabelColor;
-- (NSColor *)tertiaryLabelColor;
+@interface NSColor (FVYosemiteDeclarations2)
+- (NSColor *)systemGrayColor;
@end
@interface FVColorMenuCell : NSButtonCell
@@ -98,7 +97,7 @@
[_labelNameCell setAlignment:NSCenterTextAlignment];
[_labelNameCell setFont:[NSFont boldSystemFontOfSize:[NSFont
smallSystemFontSize]]];
// @@ Dark mode
- [_labelNameCell setTextColor:[NSColor
respondsToSelector:@selector(secondaryLabelColor)] ? [NSColor
secondaryLabelColor] : [NSColor disabledControlTextColor]];
+ [_labelNameCell setTextColor:[NSColor
respondsToSelector:@selector(systemGrayColor)] ? [NSColor systemGrayColor] :
[NSColor disabledControlTextColor]];
[self _createMatrix];
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