Commit a5a8125e authored by GoshaZotov's avatar GoshaZotov

Merge branch 'release/v4.1.0' into develop

parents aad61903 5c01125e
......@@ -1287,9 +1287,10 @@
drawingObject.graphicObject.setWordFlag(false, newCDocument);
var oTempDrawingDocument = ws.model.DrawingDocument;
var oldLogicDocument = oTempDrawingDocument.m_oLogicDocument;
oTempDrawingDocument.m_oLogicDocument = newCDocument;
drawingObject.graphicObject.graphicObject.Set_Parent(newCDocument);
oTempDrawingDocument.m_oLogicDocument = oldLogicDocument;
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