Commit b9d0b64e authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 27233 - [Copy&Paste] Некорректно отрисовываются графические объекты после их вставки из CDE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59209 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c6889ea
......@@ -3226,9 +3226,8 @@
drawingObject.graphicObject.checkRemoveCache && drawingObject.graphicObject.checkRemoveCache();
//drawingObject.graphicObject.setDrawingDocument(ws.objectRender.drawingDocument);
drawingObject.graphicObject.recalculate();
drawingObject.graphicObject.addToDrawingObjects();
drawingObject.graphicObject.recalculateTransform();
drawingObject.graphicObject.recalculate();
drawingObject.graphicObject.select(ws.objectRender.controller, 0);
if(drawingObject.graphicObject.isImage())
......
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