Commit 49aaf869 authored by Sergey Luzyanin's avatar Sergey Luzyanin

Падение прирасчете трансформа

parent 3d9b6064
......@@ -3030,8 +3030,11 @@ CShape.prototype =
var oParentParagraph = oParaDrawing.Get_ParentParagraph();
if (oParentParagraph) {
var oSectPr = oParentParagraph.Get_SectPr();
this.m_oSectPr = new CSectionPr();
this.m_oSectPr.Copy(oSectPr);
if(oSectPr)
{
this.m_oSectPr = new CSectionPr();
this.m_oSectPr.Copy(oSectPr);
}
}
}
this.localTransform = transform;
......
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