Commit 1fbcd293 authored by Alexander.Trofimov's avatar Alexander.Trofimov

bug 34294

parent 60f70398
......@@ -2666,7 +2666,6 @@
}
}
//this.setTableFormulaAfterOpen();
this._updateConditionalFormatting(null);
this.handlers = handlers;
this._setHandlersTablePart();
......@@ -4532,6 +4531,7 @@ Woorksheet.prototype.isApplyFilterBySheet = function(){
};
Woorksheet.prototype.onUpdateRanges = function(ranges) {
this.workbook.updateSparklineCache(this.sName, ranges);
// ToDo do not update conditional formatting on hidden sheet
this._updateConditionalFormatting(new AscCommonExcel.MultiplyRange(ranges));
};
Woorksheet.prototype.updateSparklineCache = function(sheet, ranges) {
......
......@@ -1151,6 +1151,7 @@
this._initPane();
this._initCellsArea(AscCommonExcel.recalcType.full);
this.model.setTableStyleAfterOpen();
this.model._updateConditionalFormatting(null);
this._cleanCellsTextMetricsCache();
this._prepareCellTextMetricsCache();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment