* GormCore/GormWindowEditor.m: Second try to fix the previous

issue.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@36198 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2013-02-25 20:07:57 +00:00
parent 4523eaca35
commit 2acd3d425a
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-02-25 15:07-EST Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormWindowEditor.m: Second try to fix the previous
issue.
2013-02-25 04:14-EST Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormWindowEditor.m: Check the _firstResponder on

View file

@ -93,9 +93,9 @@
{
if(_firstResponder == _initialFirstResponder)
{
ASSIGN(_firstResponder, nil);
_firstResponder = nil;
}
ASSIGN(_initialFirstResponder, nil);
_initialFirstResponder = nil;
}
@end