more subpanel fixes

This commit is contained in:
bwent 2015-07-27 13:56:25 -07:00
parent 252780dc5d
commit b7d195e817

View file

@ -888,10 +888,10 @@
}
}
// Now recalculate new heights of subsequent widgets
for(var j = i + 1; j < keys.length; ++j) {
this.items[keys[j]].moveUp(this.getCurrentY(keys[j]));
}