Revision: 15091 http://sourceforge.net/p/skim-app/code/15091 Author: hofman Date: 2025-04-06 17:12:15 +0000 (Sun, 06 Apr 2025) Log Message: ----------- deafult to textColor
Modified Paths: -------------- trunk/SKFontWell.m Modified: trunk/SKFontWell.m =================================================================== --- trunk/SKFontWell.m 2025-04-06 17:02:43 UTC (rev 15090) +++ trunk/SKFontWell.m 2025-04-06 17:12:15 UTC (rev 15091) @@ -395,7 +395,7 @@ - (void)commonInit { if (textColor == nil) - [self setTextColor:[NSColor controlTextColor]]; + [self setTextColor:[NSColor textColor]]; [self setBezelStyle:NSShadowlessSquareBezelStyle]; // this is mainly to make it selectable [self setButtonType:NSPushOnPushOffButton]; [self setState:NSControlStateValueOff]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit