Removed hack to set splitview's subviews sizes right - no longer needed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-02-07 22:09:03 +00:00
parent fdf3a0d615
commit a54ada433d

View file

@ -493,12 +493,6 @@ float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
[splitView addSubview: bottomSplit];
RELEASE(bottomSplit);
/* NSSplitView is tricky so we use this little workaround to force
the sizes right. */
[topSplit setFrame: topSplitRect];
[bottomSplit setFrame: bottomSplitRect];
[splitView adjustSubviews];
[splitView setDelegate: self];
[topArea addSubview: splitView];