[DE] Fix bug with apply cells background color from Table advanced settings (table spacing is true, cells are selected).

This commit is contained in:
Julia Radzhabova 2016-09-30 16:10:46 +03:00
parent 46b1dd5567
commit 640fa5e48b

View file

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