mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
d5e3b8a497
commit
50042c67ce
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue