Commit 8db17119 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

поправлено падение при удалении объектов из группы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61733 954022d7-b5bf-4e40-9824-e11837661b57
parent 39040ac3
......@@ -2311,7 +2311,7 @@ CGraphicObjects.prototype =
cur_group.spPr.xfrm.setOffX(0);
cur_group.spPr.xfrm.setOffY(0);
para_drawing.Set_XY(new_x, new_y, nearest_pos, cur_group.selectStartPage, false);//X, Y, Paragraph, PageNum, bResetAlign
para_drawing.Set_XY(new_x, new_y, cur_group.parent.Get_ParentParagraph(), cur_group.selectStartPage, false);//X, Y, Paragraph, PageNum, bResetAlign
this.document.Recalculate();
break;
}
......
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