Panel resize speedup.
This commit is contained in:
parent
ef83c0bfd3
commit
d5a9c886e0
@ -166,7 +166,7 @@ OV.PanelSet = class
|
||||
|
||||
Resize ()
|
||||
{
|
||||
if (this.requestedPanelsVisible !== this.isPanelsVisible) {
|
||||
if (this.requestedPanelsVisible !== this.panelsVisible) {
|
||||
this.ShowPanels (this.requestedPanelsVisible);
|
||||
}
|
||||
let height = this.parentDiv.height ();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user