mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
4e21cb1174
commit
61fb2596fc
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue