diff --git a/AppKit/CPControl.j b/AppKit/CPControl.j index 4efbb4ffc..790a74e3f 100644 --- a/AppKit/CPControl.j +++ b/AppKit/CPControl.j @@ -849,7 +849,7 @@ var CPControlBlackColor = [CPColor blackColor]; */ - (void)setTextColor:(CPColor)aColor { - [self setValue:aColor forThemeAttribute:@"text-color"]; + [self setValue:aColor forThemeAttribute:@"text-color" inState:[self themeState]]; } /*!