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

При вставке граф.объекта запоминались старые селекты хидеров

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50866 954022d7-b5bf-4e40-9824-e11837661b57
parent f7eac146
......@@ -4152,6 +4152,7 @@ function DrawingObjects() {
_this.addGraphicObject = function(graphic, position, lockByDefault) {
worksheet.cleanSelection();
var drawingObject = _this.createDrawingObject();
drawingObject.graphicObject = graphic;
graphic.setDrawingBase(drawingObject);
......
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