Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Julia Radzhabova 2020-05-08 20:19:42 +03:00
commit 556315ab0b

View file

@ -451,7 +451,7 @@ define([
this.spnAngle.setValue((value !== null) ? value : '', true);
this._state.CellAngle = value;
}
this.fill = props.asc_getFill2();
this.fill = props.asc_getFill();
if (this.fill) {
this.pattern = this.fill.asc_getPatternFill();
this.gradient = this.fill.asc_getGradientFill();