Fix meshes panel height calculation.
This commit is contained in:
parent
66959b7ad6
commit
1c867f83fe
@ -360,7 +360,7 @@ OV.NavigatorMeshesPanel = class extends OV.NavigatorPanel
|
|||||||
let buttonsHeight = this.buttonsDiv.outerHeight (true);
|
let buttonsHeight = this.buttonsDiv.outerHeight (true);
|
||||||
let popupHeight = this.popupDiv.outerHeight (true);
|
let popupHeight = this.popupDiv.outerHeight (true);
|
||||||
let height = this.parentDiv.height ();
|
let height = this.parentDiv.height ();
|
||||||
this.treeDiv.outerHeight (height - titleHeight - buttonsHeight - popupHeight, true);
|
this.treeDiv.outerHeight (height - titleHeight - buttonsHeight - popupHeight);
|
||||||
}
|
}
|
||||||
|
|
||||||
Clear ()
|
Clear ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user