Corrected notification-update loop.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-07-17 03:31:09 +00:00
parent 4e21cb1174
commit 61fb2596fc
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2005-07-16 23:34 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormClassInspector.m: -_refreshView removed
call to deselectAll: for the actionTable and outletTable.
On occasion this was causing the application to go into a
notification-update loop.
2005-07-15 21:48 Gregory John Casamento <greg_casamento@yahoo.com> 2005-07-15 21:48 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormInspectorsManager.m: -init, changed NSLog to * GormCore/GormInspectorsManager.m: -init, changed NSLog to

View file

@ -318,8 +318,8 @@ objectValueForTableColumn: (NSTableColumn *)tc
[outletTable reloadData]; [outletTable reloadData];
[actionTable reloadData]; [actionTable reloadData];
[parentClass reloadData]; [parentClass reloadData];
[outletTable deselectAll: self]; // [outletTable deselectAll: self];
[actionTable deselectAll: self]; // [actionTable deselectAll: self];
// activate for actions... // activate for actions...
[addActionCell setEnabled: YES]; [addActionCell setEnabled: YES];