Commit c1beab2ed306898757ffb30c1b5309597117b029

Authored by Elena.Budnik
1 parent 4e4da7d3

resume(true!!)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotTree.js
... ... @@ -66,7 +66,7 @@ Ext.define('amdaPlotComp.PlotTree', {
66 66  
67 67 this.suspendLayouts();
68 68 this.buildPanelsNode();
69   - this.resumeLayouts();
  69 + this.resumeLayouts(true);
70 70 },
71 71  
72 72 buildPanelsNode: function(paramNodeToSelect) {
... ...