mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Set up a miniwindow image for a document.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@9052 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f6ba566c3
commit
9023f1353f
1 changed files with 5 additions and 0 deletions
|
@ -839,6 +839,11 @@ static NSImage *classesImage = nil;
|
|||
fontManager = [GormFontManager new];
|
||||
[self setName: @"NSFont" forObject: fontManager];
|
||||
|
||||
/*
|
||||
* Set image for this miniwindow.
|
||||
*/
|
||||
[window setMiniwindowImage: [(id)filesOwner imageForViewer]];
|
||||
|
||||
hidden = [NSMutableArray new];
|
||||
/*
|
||||
* Watch to see when we are starting/ending testing.
|
||||
|
|
Loading…
Reference in a new issue