Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Dec 18, 2008
1 parent 508e8b0 commit 69b1685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppKit/CPTextField.j
Expand Up @@ -297,7 +297,7 @@ var _CPTextFieldSquareBezelColor = nil,
Sets the background color, which is shown for non-bezeled text fields with drawsBackground set to YES
@param aColor The background color
*/
- (void)setTextFieldBackgroundColor:(BOOL)aColor
- (void)setTextFieldBackgroundColor:(CPColor)aColor
{
if (_textFieldBackgroundColor == aColor)
return;
Expand All @@ -310,7 +310,7 @@ var _CPTextFieldSquareBezelColor = nil,
/*!
Returns the background color.
*/
- (BOOL)textFieldBackgroundColor
- (CPColor)textFieldBackgroundColor
{
return _textFieldBackgroundColor;
}
Expand Down

0 comments on commit 69b1685

Please sign in to comment.