fix +9620 tabmanager gets broken for some pane layouts

pull/199/head
nightwing 2015-10-01 15:17:14 +00:00
rodzic c3714fb7a8
commit df57020317
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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) {