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 1999-02-09 11:34:33 +00:00
parent a590e0d286
commit f091f85f2d

View file

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