Commit 9224118d authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33780

parent 9a48530b
......@@ -486,7 +486,7 @@ AscCommon.extendClass(CGroupShape, AscFormat.CGraphicObjectBase);
var dExtX = this.spPr.xfrm.extX, dExtY = this.spPr.xfrm.extY;
var oParaDrawing = AscFormat.getParaDrawing(this);
if(oParaDrawing)
if(false && oParaDrawing)
{
if(oParaDrawing.SizeRelH || oParaDrawing.SizeRelV)
{
......
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