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

Bug 28061 - Разъезжается текст внутри подзаголовка слайда, если применены отступы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60292 954022d7-b5bf-4e40-9824-e11837661b57
parent 320e188f
......@@ -666,7 +666,7 @@ CShape.prototype.recalculateContent2 = function()
this.contentHeight2 = this.txBody.contentHeight2;
if (w !== this.contentWidth3)
// if (w !== this.contentWidth3)
{
var content_ = this.getDocContent();
if(content_ && content_.Content[0])
......@@ -681,7 +681,7 @@ CShape.prototype.recalculateContent2 = function()
content.Reset(0, 0, w, 20000);
content.Recalculate_Page(content.StartPage, true);
this.contentWidth3 = w;
// this.contentWidth3 = w;
}
}
else
......
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