mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* 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:
parent
4523eaca35
commit
2acd3d425a
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -93,9 +93,9 @@
|
|||
{
|
||||
if(_firstResponder == _initialFirstResponder)
|
||||
{
|
||||
ASSIGN(_firstResponder, nil);
|
||||
_firstResponder = nil;
|
||||
}
|
||||
ASSIGN(_initialFirstResponder, nil);
|
||||
_initialFirstResponder = nil;
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue