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:
Nicola Pero 2000-03-09 19:40:54 +00:00
parent d1f7b7b5ae
commit 0a517b8d4d

View file

@ -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;