mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Correction for bug#11410.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
edf2035650
commit
027c7540a0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-12-27 22:02 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/GormMenuEditor.m: Correction for Bug#11410.
|
||||
|
||||
2004-12-27 21:39 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormLib/IBObjectAdditions.m: Changed some implementations.
|
||||
|
|
|
@ -1063,6 +1063,8 @@ static BOOL done_editing;
|
|||
if ([name isEqual: NSControlTextDidEndEditingNotification] == YES)
|
||||
{
|
||||
done_editing = YES;
|
||||
[document setSelectionFromEditor: self]; // Correction for Bug#11410
|
||||
// [self selectObjects: [NSArray arrayWithObject: edited]];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue