[DE] Fix bug with apply cells background color from Table advanced settings (table spacing is true, cells are selected).
This commit is contained in:
parent
46b1dd5567
commit
640fa5e48b
|
@ -1386,6 +1386,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
|
||||||
|
|
||||||
}
|
}
|
||||||
this._changedProps = new Asc.CTableProp();
|
this._changedProps = new Asc.CTableProp();
|
||||||
|
this._changedProps.put_CellSelect(!this._allTable);
|
||||||
this._cellBackground = null;
|
this._cellBackground = null;
|
||||||
this.ChangedTableBorders = undefined;
|
this.ChangedTableBorders = undefined;
|
||||||
this.ChangedCellBorders = undefined;
|
this.ChangedCellBorders = undefined;
|
||||||
|
|
Loading…
Reference in a new issue