mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-13 11:01:22 +00:00
Tiny update for changings in NSTextFieldCell ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ad361d87ca
commit
2f10ad8958
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static NSColor *clearCol = nil;
|
|||
[self setBackgroundColor: [NSColor controlShadowColor]];
|
||||
[self setBordered: NO];
|
||||
[self setBezeled: NO];
|
||||
draw_background = YES;
|
||||
_draws_background = YES;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue