Auto-resize fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-12-09 06:42:19 +00:00
parent 436496e3d3
commit 3f83e799bc
4 changed files with 836 additions and 750 deletions

View file

@ -226,6 +226,12 @@
[self setFrameFromContentFrame: r];
}
- (void) resizeWithOldSuperviewSize: (NSSize)oldSize
{
[super resizeWithOldSuperviewSize: oldSize];
[content_view setFrame: [self calcSizes]];
}
//
// Managing the NSView Hierarchy
//