Nocolas patch for cell size calculation, plus some tidying

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-09-11 05:25:53 +00:00
parent ad0a4b7230
commit 9e3533aeb5
5 changed files with 168 additions and 121 deletions

View file

@ -296,6 +296,7 @@ static Class cellClass;
- (void) sizeToFit
{
[self setFrameSize: [cell cellSize]];
}
/*