Inspector now blanks out, as it should, when the document is closed.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-02-19 05:44:16 +00:00
parent e25953b79d
commit 211333bf98
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-02-19 00:50 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: -[GormDocument handleNotification:]
added code to set inspector back to empty if the document
is closed.
2004-02-15 13:11 Gregory John Casamento <greg_casamento@yahoo.com>
* GormClassInspector.m: -[GormClassInspector _refreshView]

View file

@ -1467,6 +1467,7 @@ static NSImage *classesImage = nil;
}
[self setDocumentActive: NO];
[self setSelectionFromEditor: nil];
}
else if ([name isEqual: NSWindowDidBecomeKeyNotification] == YES)
{