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

View file

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