mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
e25953b79d
commit
211333bf98
2 changed files with 7 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -1467,6 +1467,7 @@ static NSImage *classesImage = nil;
|
|||
}
|
||||
|
||||
[self setDocumentActive: NO];
|
||||
[self setSelectionFromEditor: nil];
|
||||
}
|
||||
else if ([name isEqual: NSWindowDidBecomeKeyNotification] == YES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue