Commit 31acc3ce authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28586 - Некорректное изменение разбивки на строки в автофигуре при автосохранени

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61380 954022d7-b5bf-4e40-9824-e11837661b57
parent f937ab52
...@@ -42,7 +42,6 @@ CGroupShape.prototype.recalcText = function() ...@@ -42,7 +42,6 @@ CGroupShape.prototype.recalcText = function()
CGroupShape.prototype.setRecalculateInfo = function() CGroupShape.prototype.setRecalculateInfo = function()
{ {
var recalcInfo = this.recalcInfo;
this.recalcInfo = this.recalcInfo =
{ {
recalculateBrush: true, recalculateBrush: true,
......
...@@ -291,8 +291,10 @@ CShape.prototype.handleUpdateLn = function() ...@@ -291,8 +291,10 @@ CShape.prototype.handleUpdateLn = function()
}; };
CShape.prototype.handleUpdateGeometry = function() CShape.prototype.handleUpdateGeometry = function()
{ {
this.recalcBounds();
this.recalcGeometry(); this.recalcGeometry();
this.recalcBounds();
this.recalcContent();
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