mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 06:00:44 +00:00
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:
parent
275c882a41
commit
fab1da799f
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
if (value == YES)
|
||||
{
|
||||
[self silentlyResetSelection];
|
||||
[document setSelectionFromEditor: self];
|
||||
// [document setSelectionFromEditor: self];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue