Commit c61505e4 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Устранены ошибки в консоли после удаления автофигуры (баг 27923).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60131 954022d7-b5bf-4e40-9824-e11837661b57
parent 0395df69
...@@ -2206,8 +2206,8 @@ CGraphicObjects.prototype = ...@@ -2206,8 +2206,8 @@ CGraphicObjects.prototype =
} }
this.zIndexManager.removeArrayDrawings(arr_drawings_); this.zIndexManager.removeArrayDrawings(arr_drawings_);
this.resetSelection(); this.resetSelection();
this.document.Recalculate();
first_selected.parent.GoTo_Text(); first_selected.parent.GoTo_Text();
this.document.Recalculate();
} }
} }
}, },
......
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