From c1beab2ed306898757ffb30c1b5309597117b029 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Mon, 4 Feb 2019 18:25:24 +0100 Subject: [PATCH] resume(true!!) --- js/app/views/PlotComponents/PlotTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/PlotComponents/PlotTree.js b/js/app/views/PlotComponents/PlotTree.js index e991b8f..3cc2f94 100644 --- a/js/app/views/PlotComponents/PlotTree.js +++ b/js/app/views/PlotComponents/PlotTree.js @@ -66,7 +66,7 @@ Ext.define('amdaPlotComp.PlotTree', { this.suspendLayouts(); this.buildPanelsNode(); - this.resumeLayouts(); + this.resumeLayouts(true); }, buildPanelsNode: function(paramNodeToSelect) { -- libgit2 0.21.2