Merge from dawn branch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3875 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-03-09 05:30:15 +00:00
parent 37609220a9
commit 7844c94444
7 changed files with 338 additions and 19 deletions

View file

@ -79,8 +79,8 @@
[self setEditable:YES];
[self setAlignment:NSLeftTextAlignment];
[self setBackgroundColor: [NSColor whiteColor]];
[self setTextColor: [NSColor blackColor]];
[self setBackgroundColor: [NSColor textBackgroundColor]];
[self setTextColor: [NSColor textColor]];
[self setFont: [NSFont systemFontOfSize:0]];
draw_background = YES;
return self;