Commit 805f40f7 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 24489 - Ошибка в консоли после удаления автофигуры в скопированной группе

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56889 954022d7-b5bf-4e40-9824-e11837661b57
parent 83b25d24
......@@ -2101,6 +2101,7 @@ CGraphicObjects.prototype =
sp.spPr.xfrm.setFlipV(cur_group.spPr.xfrm.flipV === true ? !(sp.spPr.xfrm.flipV === true) : sp.spPr.xfrm.flipV === true);
sp.setGroup(null);
para_drawing.Set_GraphicObject(sp);
sp.setParent(para_drawing);
this.resetSelection();
this.selectObject(sp, cur_group.selectStartPage);
if(para_drawing.Is_Inline())
......
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