Set editable by default.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-28 16:39:35 +00:00
parent 3356d8eb9d
commit a5af257b11

View file

@ -74,6 +74,7 @@ static NSColor *shadowCol;
self = [super initTextCell: @""];
[self setBezeled: YES];
[self setAlignment: NSLeftTextAlignment];
[self setEditable: YES];
_titleCell = [[NSCell alloc] initTextCell: aString];
[_titleCell setBordered: NO];
[_titleCell setBezeled: NO];