diff --git a/AppKit/CPTextField.j b/AppKit/CPTextField.j index 4032701cd..d25920d11 100644 --- a/AppKit/CPTextField.j +++ b/AppKit/CPTextField.j @@ -540,9 +540,9 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder"); { return _textFieldBackgroundColor; } -- (CPColor)textBackgroundColor +- (CPColor)backgroundColor { - return _textFieldBackgroundColor; + return [self textFieldBackgroundColor]; } /*! @ignore */