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:
Gregory John Casamento 2004-12-28 03:00:32 +00:00
parent edf2035650
commit 027c7540a0
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -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]];
}
}