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:
Gregory John Casamento 2004-08-26 01:57:34 +00:00
parent 773495b9d7
commit b26ee4cfc1
2 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -93,11 +93,6 @@ static unsigned int defaultStyleMask = NSTitledWindowMask | NSClosableWindowMask
return NO;
}
- (BOOL) canBecomeKeyWindow
{
return NO;
}
- (NSString *) className
{
return @"NSWindow";