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

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

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