[SSE] Rename
asc_getFill2 -> asc_getFill
This commit is contained in:
parent
cb1c4437f7
commit
b8b3a00bf1
|
@ -451,7 +451,7 @@ define([
|
||||||
this.spnAngle.setValue((value !== null) ? value : '', true);
|
this.spnAngle.setValue((value !== null) ? value : '', true);
|
||||||
this._state.CellAngle = value;
|
this._state.CellAngle = value;
|
||||||
}
|
}
|
||||||
this.fill = props.asc_getFill2();
|
this.fill = props.asc_getFill();
|
||||||
if (this.fill) {
|
if (this.fill) {
|
||||||
this.pattern = this.fill.asc_getPatternFill();
|
this.pattern = this.fill.asc_getPatternFill();
|
||||||
this.gradient = this.fill.asc_getGradientFill();
|
this.gradient = this.fill.asc_getGradientFill();
|
||||||
|
|
Loading…
Reference in a new issue