[SSE] Cell Settings: set no fill for default
This commit is contained in:
parent
7a42e934e2
commit
b82812abd6
|
@ -188,7 +188,7 @@ define([
|
||||||
editable: false,
|
editable: false,
|
||||||
data: this._arrFillSrc
|
data: this._arrFillSrc
|
||||||
});
|
});
|
||||||
this.cmbFillSrc.setValue(this._arrFillSrc[0].value);
|
this.cmbFillSrc.setValue(Asc.c_oAscFill.FILL_TYPE_NOFILL);
|
||||||
this.fillControls.push(this.cmbFillSrc);
|
this.fillControls.push(this.cmbFillSrc);
|
||||||
this.cmbFillSrc.on('selected', _.bind(this.onFillSrcSelect, this));
|
this.cmbFillSrc.on('selected', _.bind(this.onFillSrcSelect, this));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue