mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
3356d8eb9d
commit
a5af257b11
1 changed files with 1 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue