mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:10:59 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8bfe7e399
commit
e07f5fa8c9
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ static NSNotificationCenter *nc;
|
||||||
[_text_object selectAll: self];
|
[_text_object selectAll: self];
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
NSText *t = [_window fieldEditor: YES
|
NSText *t = [_window fieldEditor: YES forObject: self];
|
||||||
forObject: self];
|
|
||||||
int length;
|
int length;
|
||||||
|
|
||||||
if ([t superview] != nil)
|
if ([t superview] != nil)
|
||||||
|
|
Loading…
Reference in a new issue