*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Lyndon Tremblay 1999-11-12 07:41:24 +00:00
parent 250066a867
commit 96696de22c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Nov 12 11:53:52 1999 Lyndon Tremblay <ltremblay@mezzanine.xnot.com>
* NSBrowser.m: Removed access to unused variable `draw_background',
which prevented successful compile.
Fri Nov 12 1999 Nicola Pero <n.pero@mi.flashnet.it>
NSTextFieldCell made OpenStep compliant; this class is finished.

View file

@ -165,7 +165,7 @@
[self setEditable: NO];
[self setBezeled: YES];
[self setAlignment: NSCenterTextAlignment];
draw_background = YES;
//draw_background = YES;
return self;
}
- (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView