Commit ae4854c4 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@62826 954022d7-b5bf-4e40-9824-e11837661b57
parent 265ea4ef
......@@ -399,6 +399,11 @@ CShape.prototype.recalculateContent = function()
var oRecalcObj = this.recalculateDocContent(content, body_pr);
this.contentWidth = oRecalcObj.w;
this.contentHeight = oRecalcObj.contentH;
if(this.txBody)
{
this.txBody.contentWidth = this.contentWidth;
this.txBody.contentHeight = this.contentHeight;
}
this.recalcInfo.oContentMetrics = oRecalcObj;
if(this.recalcInfo.recalcTitle)
{
......
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