Commit be081cd3 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug #31836 - [TextArt][Formuls] JS ошибка после смены направления textart в...

Bug #31836 - [TextArt][Formuls] JS ошибка после смены направления textart в автофигуре, если там присутствует формула

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68682 954022d7-b5bf-4e40-9824-e11837661b57
parent 17173ada
...@@ -663,7 +663,10 @@ RotateState.prototype = ...@@ -663,7 +663,10 @@ RotateState.prototype =
} }
else else
{ {
original.Set_XY(bounds.posX, bounds.posY, aParentParagraphs[i], original.selectStartPage, bMoveState) if(true !== this.drawingObjects.arrTrackObjects[i].bTextWarp)
{
original.Set_XY(bounds.posX, bounds.posY, aParentParagraphs[i], original.GraphicObj.selectStartPage, bMoveState)
}
} }
this.drawingObjects.document.Recalculate(); this.drawingObjects.document.Recalculate();
} }
......
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