Revision: 10197
          http://sourceforge.net/p/skim-app/code/10197
Author:   hofman
Date:     2018-12-28 15:44:37 +0000 (Fri, 28 Dec 2018)
Log Message:
-----------
Don't change text color in active state of font well, we change the appearance

Modified Paths:
--------------
    trunk/SKFontWell.m

Modified: trunk/SKFontWell.m
===================================================================
--- trunk/SKFontWell.m  2018-12-28 15:23:00 UTC (rev 10196)
+++ trunk/SKFontWell.m  2018-12-28 15:44:37 UTC (rev 10197)
@@ -103,6 +103,7 @@
     if ([self font] == nil)
         [self setFont:[NSFont systemFontOfSize:0.0]];
     [self fontChanged];
+    [[self cell] setShowsStateBy:NSNoCellMask];
     [super setAction:@selector(changeActive:)];
     [super setTarget:self];
     bindingInfo = [[NSMutableDictionary alloc] init];

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to