Commit 37886f63 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@57413 954022d7-b5bf-4e40-9824-e11837661b57
parent 22c2d46e
......@@ -1988,6 +1988,7 @@ CGraphicObjects.prototype =
this.selection.groupSelection.selectedObjects[i].group.removeFromSpTree(this.selection.groupSelection.selectedObjects[i].Get_Id());
group_map[this.selection.groupSelection.selectedObjects[i].group.Get_Id()+""] = this.selection.groupSelection.selectedObjects[i].group;
}
group_map[this.selection.groupSelection.Get_Id()] = this.selection.groupSelection;
for(var key in group_map)
{
if(group_map.hasOwnProperty(key))
......
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