mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 01:11:04 +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];
|
||||
else
|
||||
{
|
||||
NSText *t = [_window fieldEditor: YES
|
||||
forObject: self];
|
||||
NSText *t = [_window fieldEditor: YES forObject: self];
|
||||
int length;
|
||||
|
||||
if ([t superview] != nil)
|
||||
|
|
Loading…
Reference in a new issue