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

- Fix Bug 20589 - Обрезается выделение ячейки, находящейся рядом с диаграммой...

- Fix Bug 20589 - Обрезается выделение ячейки, находящейся рядом с диаграммой при смене цветовой схемы
- Fix: Обрезается выделение ячейки, находящейся рядом с диаграммой при скроле
- Исправлена проблема с нечёткой отрисовкой диаграмм при зуме

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50439 954022d7-b5bf-4e40-9824-e11837661b57
parent 557460e0
......@@ -2985,6 +2985,7 @@ function DrawingObjects() {
_this.resizeCanvas();
_this.restoreScrollOffset();
_this.rebuildChartGraphicObjects();
}
_this.resizeCanvas = function() {
......
......@@ -1838,11 +1838,11 @@
this._drawCellsBorders(/*drawingCtx*/undefined);
this._fixSelectionOfMergedCells();
this._fixSelectionOfHiddenCells();
this._drawGraphic();
this.objectRender.showDrawingObjectsEx(true);
if (this.overlayCtx) {
this._drawSelection();
}
this._drawGraphic();
this.objectRender.showDrawingObjects(true);
return this;
},
......@@ -4815,7 +4815,7 @@
this.cellCommentator.updateCommentPosition();
this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(true);
this.objectRender.showDrawingObjects(false);
return this;
},
......@@ -4880,7 +4880,7 @@
this.cellCommentator.updateCommentPosition();
this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(true);
this.objectRender.showDrawingObjects(false);
return this;
},
......
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