Commit 8953b692 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 26412 - Рамка выделения диаграммы отображается некорректно, после закрытия фрейма на escape

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59180 954022d7-b5bf-4e40-9824-e11837661b57
parent 5df3bb79
...@@ -2922,6 +2922,7 @@ function DrawingObjects() { ...@@ -2922,6 +2922,7 @@ function DrawingObjects() {
oNewChartSpace.checkDrawingBaseCoords(); oNewChartSpace.checkDrawingBaseCoords();
oNewChartSpace.recalculate(); oNewChartSpace.recalculate();
_this.showDrawingObjects(false); _this.showDrawingObjects(false);
_this.controller.resetSelection();
_this.controller.selectObject(oNewChartSpace, 0); _this.controller.selectObject(oNewChartSpace, 0);
_this.sendGraphicObjectProps(); _this.sendGraphicObjectProps();
History.TurnOn(); History.TurnOn();
......
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