Clean up for NSTextFieldCell and resulting changes to sub classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27260 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2008-12-08 16:28:13 +00:00
parent 8e20be5f2d
commit ea51783cbb
5 changed files with 71 additions and 53 deletions

View file

@ -212,6 +212,7 @@ static NSTextFieldCell *titleCell;
inView: (NSView*)controlView
{
[[GSTheme theme] drawGrayBezel: cellFrame withClip: NSZeroRect];
[self _drawBackgroundWithFrame: cellFrame inView: controlView];
}
@end