Commit d50add6f8b7bb9b8ee3ff74544121eebd016b468
1 parent
46c5751e
Exists in
master
and in
95 other branches
Update time object before plot
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/app/views/PlotUI.js
... | ... | @@ -74,6 +74,7 @@ Ext.define('amdaUI.PlotUI', { |
74 | 74 | * plot method called by 'Do Plot' button to launch the plot process |
75 | 75 | */ |
76 | 76 | doPlot : function(){ |
77 | + this.updateObject(); | |
77 | 78 | var plotTab = this.plotTabs.getCurrentPlotTabContent(); |
78 | 79 | if (plotTab) |
79 | 80 | plotTab.doPlot(); | ... | ... |