mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
fdf3a0d615
commit
a54ada433d
1 changed files with 0 additions and 6 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue