Re-enable override for resizing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-02-09 11:34:33 +00:00
parent d5e3b8a497
commit 50042c67ce

View file

@ -594,15 +594,11 @@ static Class rulerViewClass = nil;
#endif
}
#if 0
/* Don't need to override if we can trust the default autoresizing */
- (void) resizeSubviewsWithOldSize: (NSSize)oldSize
{
fprintf (stderr, "NSScrollView resizeSubviewsWithOldSize \n");
[super resizeSubviewsWithOldSize: oldSize];
[self tile];
}
#endif
- (id) documentView
{