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

правка бага 21430 - Отменяется поворот автофигур в группе при разгруппировке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50788 954022d7-b5bf-4e40-9824-e11837661b57
parent 49f27578
......@@ -1049,10 +1049,11 @@ CGroupShape.prototype =
var vc = sp.spPr.xfrm.extY*0.5;
var xc = sp.transform.TransformPointX(hc, vc);
var yc = sp.transform.TransformPointY(hc, vc);
sp.setRotate(normalizeRotate(sp.getFullRotate()));
sp.setGroup(null);
sp.setOffset(xc - hc, yc - vc);
sp.setFlips(full_flip_h, full_flip_v);
sp.setRotate(normalizeRotate(sp.getFullRotate()));
ret.push(sp);
}
return ret;
......
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