mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 09:51:07 +00:00
Fixed bug in adjusting subviews when the divider is horizontal
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5b47fa0678
commit
da66abb07c
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ RETURN_LABEL:
|
||||||
oldTotal += NSHeight(frames[i]);
|
oldTotal += NSHeight(frames[i]);
|
||||||
}
|
}
|
||||||
scale = newTotal/oldTotal;
|
scale = newTotal/oldTotal;
|
||||||
running = newTotal;
|
running = NSHeight (_bounds);
|
||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
float newHeight;
|
float newHeight;
|
||||||
|
|
Loading…
Reference in a new issue