fix +9620 tabmanager gets broken for some pane layouts

This commit is contained in:
nightwing 2015-10-01 15:17:14 +00:00
parent c3714fb7a8
commit df57020317

View File

@ -577,6 +577,7 @@ apf.vsplitbox = function(struct, tagName) {
if (isPercentage) {
fNode.$ext.style.height = "";
fNode.$ext.style.bottom = (100 - parseFloat(fNode.height)) + "%";
lNode.$ext.style.height = "";
}
if (this.$handle) {