Revision: 26713 http://sourceforge.net/p/bibdesk/svn/26713 Author: hofman Date: 2021-08-22 10:19:53 +0000 (Sun, 22 Aug 2021) Log Message: ----------- Use alteranateSelectedControlTextColor for rating button when selected
Modified Paths: -------------- trunk/bibdesk/BDSKRatingButtonCell.m Modified: trunk/bibdesk/BDSKRatingButtonCell.m =================================================================== --- trunk/bibdesk/BDSKRatingButtonCell.m 2021-08-22 06:30:26 UTC (rev 26712) +++ trunk/bibdesk/BDSKRatingButtonCell.m 2021-08-22 10:19:53 UTC (rev 26713) @@ -344,7 +344,7 @@ [NSBezierPath strokeRect:NSInsetRect(buttonRect, 0.5, 0.5)]; NSRectClip(NSInsetRect(buttonRect, 2.0, 2.0)); } else if ([self backgroundStyle] == NSBackgroundStyleDark) { - color = [NSColor selectedControlTextColor]; + color = [NSColor alternateSelectedControlTextColor]; } else { color = [NSColor systemGrayColor]; showPlaceholders = NO; 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