Commit 72901a8f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил отрисовку для обновления автофильтров.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63860 954022d7-b5bf-4e40-9824-e11837661b57
parent 3200c2d0
......@@ -11124,8 +11124,18 @@
this._updateVisibleColsCount();
this.changeWorksheet("update");
} else if (changeRowsOrMerge) {
// Был merge, нужно обновить
this._updateCellsRange(range);
// Был merge, нужно обновить (ToDo)
this._initCellsArea(true);
this.cache.reset();
this._cleanCellsTextMetricsCache();
this._prepareCellTextMetricsCache();
if (this.objectRender && this.objectRender.drawingArea)
this.objectRender.drawingArea.reinitRanges();
var oChangeData = new CChangeTableData(null, null, null, null); // Обновление для диаграмм
oChangeData.change = new asc_Range(range.c1, 0, range.c2, gc_nMaxRow0);
this.objectRender.rebuildChartGraphicObjects(oChangeData);
this.draw();
this.handlers.trigger("reinitializeScroll");
} else {
// Просто отрисуем
this.draw();
......
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