git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-21 17:47:51 +00:00
parent 4ede334acc
commit 3ec36308e4

View file

@ -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)