Commit 354593ac authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28172 - Не обновляется выравнивание текста по контуру автофигуры после...

Bug 28172 - Не обновляется выравнивание текста по контуру автофигуры после замены (Change Autoshape)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60381 954022d7-b5bf-4e40-9824-e11837661b57
parent c8965a38
...@@ -343,6 +343,9 @@ CShape.prototype.handleUpdateGeometry = function() ...@@ -343,6 +343,9 @@ CShape.prototype.handleUpdateGeometry = function()
{ {
this.recalcGeometry(); this.recalcGeometry();
this.recalcBounds(); this.recalcBounds();
this.recalcContent();
this.recalcContent2();
this.recalcTransformText();
this.addToRecalculate(); this.addToRecalculate();
}; };
CShape.prototype.convertPixToMM = function(pix) CShape.prototype.convertPixToMM = function(pix)
......
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