Fix Bug 38107
This commit is contained in:
parent
f03e26dfa6
commit
a100cda6ba
|
@ -501,7 +501,11 @@ define([
|
||||||
stylesStore.reset(stylearray, {silent: false});
|
stylesStore.reset(stylearray, {silent: false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.cmbChartStyle.menuPicker.store.reset();
|
||||||
|
this.cmbChartStyle.clearComboView();
|
||||||
}
|
}
|
||||||
|
this.cmbChartStyle.setDisabled(!styles || styles.length<1 || this._locked);
|
||||||
},
|
},
|
||||||
|
|
||||||
setLocked: function (locked) {
|
setLocked: function (locked) {
|
||||||
|
|
|
@ -430,7 +430,11 @@ define([
|
||||||
stylesStore.reset(stylearray, {silent: false});
|
stylesStore.reset(stylearray, {silent: false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.cmbChartStyle.menuPicker.store.reset();
|
||||||
|
this.cmbChartStyle.clearComboView();
|
||||||
}
|
}
|
||||||
|
this.cmbChartStyle.setDisabled(!styles || styles.length<1 || this._locked);
|
||||||
},
|
},
|
||||||
|
|
||||||
onWidthChange: function(field, newValue, oldValue, eOpts){
|
onWidthChange: function(field, newValue, oldValue, eOpts){
|
||||||
|
|
|
@ -1088,7 +1088,11 @@ define([
|
||||||
stylesStore.reset(stylearray, {silent: false});
|
stylesStore.reset(stylearray, {silent: false});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.cmbChartStyle.menuPicker.store.reset();
|
||||||
|
this.cmbChartStyle.clearComboView();
|
||||||
}
|
}
|
||||||
|
this.cmbChartStyle.setDisabled(!styles || styles.length<1 || this._locked);
|
||||||
},
|
},
|
||||||
|
|
||||||
updateSparkStyles: function(styles) {
|
updateSparkStyles: function(styles) {
|
||||||
|
|
Loading…
Reference in a new issue