Corrected background color.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-01-12 03:05:44 +00:00
parent 64e6c59d8a
commit a001e2aed0
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-01-11 22:04 Gregory John Casamento <greg_casamento@yahoo.com>
* GModelDecoder.m: Default NSWindows being imported from the
.gmodel to the default window background color in the method
[GModelApplication initWithModelUnarchiver:].
2005-01-09 01:36 Gregory John Casamento <greg_casamento@yahoo.com>
* ClassInformation.plist: Added missing changeFont: method.

View file

@ -93,6 +93,9 @@ static BOOL gormFileOwnerDecoded;
NSLog(@"Fixing borderless window %@", win);
[win gmSetStyleMask: NSTitledWindowMask];
}
/* Fix up the background color */
[win setBackgroundColor: [NSColor windowBackgroundColor]];
}
delegate = [unarchiver decodeObjectWithName:@"delegate"];