[SSE] Cell Settings: set no fill for default

This commit is contained in:
Julia Svinareva 2019-11-21 13:55:04 +03:00
parent 7a42e934e2
commit b82812abd6

View file

@ -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));