Minor correction to editor to prevent selection reset after save.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18776 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-03-05 06:38:41 +00:00
parent 275c882a41
commit fab1da799f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2004-03-05 01:45 Gregory John Casamento <greg_casamento@yahoo.com>
* GormViewWithSubviewsEditor.m: Removed call in
[GormViewWithSubviewsEditor setOpened:] to setSelectionFromEditor:
on GormDocument. This was causing the object to be reset to
NSWindow on save as well as some other issues.
2004-03-05 00:54 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCustomClassInspector.m: Added an "if" in setObject: to

View file

@ -98,7 +98,7 @@
if (value == YES)
{
[self silentlyResetSelection];
[document setSelectionFromEditor: self];
// [document setSelectionFromEditor: self];
}
else
{