mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
64e6c59d8a
commit
a001e2aed0
2 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue