Commit bb30f90e43fbab79eab2299aa3407de57094dd7a
1 parent
d9901a53
Exists in
master
and in
87 other branches
9010 ok
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
js/app/controllers/PlotModule.js
... | ... | @@ -136,9 +136,9 @@ Ext.define('amdaDesktop.PlotModule', { |
136 | 136 | //update result |
137 | 137 | winResult.getPanelResult().updateConfig(tabResult.title, tabResult.multiplot); |
138 | 138 | winResult.getPanelResult().updatePlotImage(plotTabConfig, newplot); |
139 | - //update window size | |
140 | - var size = me.computeResultWindowSize(winResult.getPanelResult()); | |
141 | - winResult.setSize(size.width, size.height); | |
139 | + //update window size => not done see https://projects.irap.omp.eu/issues/9010 | |
140 | + //var size = me.computeResultWindowSize(winResult.getPanelResult()); | |
141 | + //winResult.setSize(size.width, size.height); | |
142 | 142 | winResult.toFront(); |
143 | 143 | } |
144 | 144 | }); |
... | ... |