Commit 0addb6ca authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 21936 - [CoEdit] Смещение группы автофигур после повторной группировки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52148 954022d7-b5bf-4e40-9824-e11837661b57
parent c802af97
......@@ -1090,9 +1090,10 @@ DrawingObjectsController.prototype =
if ( result ) {
for (var j = 0; j < ungrouped_sp_tree.length; ++j) {
ungrouped_sp_tree[j].recalculateTransform();
History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_RecalculateTransformUndo, null, null, new UndoRedoDataGraphicObjects(ungrouped_sp_tree[j].Get_Id(), new UndoRedoDataGOSingleProp(null, null)));
History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_RecalculateTransformRedo, null, null, new UndoRedoDataGraphicObjects(ungrouped_sp_tree[j].Get_Id(), new UndoRedoDataGOSingleProp(null, null)));
ungrouped_sp_tree[j].addToDrawingObjects(start_position + j);
ungrouped_sp_tree[j].select(_this);
}
}
}
......
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