mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +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
d1f7b7b5ae
commit
0a517b8d4d
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ RETURN_LABEL:
|
|||
oldTotal += NSHeight(frames[i]);
|
||||
}
|
||||
scale = newTotal/oldTotal;
|
||||
running = newTotal;
|
||||
running = NSHeight (_bounds);
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
float newHeight;
|
||||
|
|
Loading…
Reference in a new issue