diff --git a/ChangeLog b/ChangeLog index 2d82a31d..4bafe8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-19 00:50 Gregory John Casamento + + * 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 * GormClassInspector.m: -[GormClassInspector _refreshView] diff --git a/GormDocument.m b/GormDocument.m index 7cae5ac8..afc233eb 100644 --- a/GormDocument.m +++ b/GormDocument.m @@ -1467,6 +1467,7 @@ static NSImage *classesImage = nil; } [self setDocumentActive: NO]; + [self setSelectionFromEditor: nil]; } else if ([name isEqual: NSWindowDidBecomeKeyNotification] == YES) {