Commit e9b88f51 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Из-за полной перерисовки таблицы (при смене свойств ячейки) наблюдалось моргание граф.объектов.

В функии draw сделал отрисовку объектов без очереди

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51832 954022d7-b5bf-4e40-9824-e11837661b57
parent b2fb1352
......@@ -1784,7 +1784,7 @@
this._fixSelectionOfMergedCells();
this._fixSelectionOfHiddenCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(true);
this.objectRender.showDrawingObjectsEx(true);
if (this.overlayCtx) {
this._drawSelection();
}
......
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