Corrected problem w/ size inspector for tab view.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15559 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-01-09 03:57:58 +00:00
parent 2d454a88de
commit ec5593d988
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2003-01-08 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/3Containers/inspector.m: NSTabView was not
defining a size inspector. I commented out the method which
was returning nothing and now the NSTabView uses the default
view size inspector.
2003-01-08 Gregory John Casamento <greg_casamento@yahoo.com>
* GormClassManager.m: -[GormClassManager customClassForObject:]:

View file

@ -596,10 +596,12 @@ static NSString *ITEM=@"item";
return @"GormTabViewInspector";
}
/*
- (NSString*) sizeInspectorClassName
{
// return @"GormTableViewSizeInspector";
}
*/
@end