Commit d7780bc32bd564b1d4ba5388c7ac2b64e65703a2

Authored by Erdogan Furkan
1 parent 20c4ceb9

Another pb solved

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/CatalogVisuScatter.js
... ... @@ -439,7 +439,7 @@ Ext.define('amdaUI.CatalogVisuScatter', {
439 439 var me =this;
440 440 return new amdaPlotComp.PlotColorPicker({name: name, label: label, mode: mode, colors: availableColors, onChange: function(name, newValue, oldValue) {
441 441 var isNotColorBar = Ext.getCmp('Zaxis-fieldset');
442   - this.visuUI.plotChart(!isNotColorBar.collapsed);
  442 + me.visuUI.plotChart(!isNotColorBar.collapsed);
443 443 }});
444 444 },
445 445  
... ...