Commit 43ec9f7a7581d0e3b107d54a66c96ad79f0a95d3
1 parent
0c8a88ea
Exists in
master
and in
16 other branches
#11349 - Done
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
js/app/views/PlotTabResultUI.js
@@ -501,6 +501,9 @@ Ext.define('amdaUI.PlotTabResultUI', { | @@ -501,6 +501,9 @@ Ext.define('amdaUI.PlotTabResultUI', { | ||
501 | updatePlotImage: function (configResult, newPlot) { | 501 | updatePlotImage: function (configResult, newPlot) { |
502 | this.crtContext = configResult.context; | 502 | this.crtContext = configResult.context; |
503 | 503 | ||
504 | + var zoomPlugin = this.getPlugin('plot-zoom-plugin-id-'+this.interactiveId); | ||
505 | + if (zoomPlugin) | ||
506 | + zoomPlugin.close(); | ||
504 | 507 | ||
505 | this.crtTTFileIndex = configResult.ttFileIndex; | 508 | this.crtTTFileIndex = configResult.ttFileIndex; |
506 | 509 |