mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Corrected font setting issue.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
773495b9d7
commit
b26ee4cfc1
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-25 22:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/1Windows/GormNSWindow.m: Removed canBecomeKeyWindow
|
||||
method. This was returning NO and preventing the method user
|
||||
from setting the font.
|
||||
|
||||
2004-08-23 22:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormClassInspector.m: Corrected bug introduced a few
|
||||
|
|
|
@ -93,11 +93,6 @@ static unsigned int defaultStyleMask = NSTitledWindowMask | NSClosableWindowMask
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL) canBecomeKeyWindow
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSString *) className
|
||||
{
|
||||
return @"NSWindow";
|
||||
|
|
Loading…
Reference in a new issue