mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
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:
parent
2d454a88de
commit
ec5593d988
2 changed files with 9 additions and 0 deletions
|
@ -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:]:
|
||||
|
|
|
@ -596,10 +596,12 @@ static NSString *ITEM=@"item";
|
|||
return @"GormTabViewInspector";
|
||||
}
|
||||
|
||||
/*
|
||||
- (NSString*) sizeInspectorClassName
|
||||
{
|
||||
// return @"GormTableViewSizeInspector";
|
||||
}
|
||||
*/
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue