Commit 94f62351 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

правка бага 19084 - Смещается указатель ссылки, которая находится в автофигуре

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51583 954022d7-b5bf-4e40-9824-e11837661b57
parent ae9767c8
......@@ -2495,7 +2495,8 @@ CShape.prototype =
{
var tx = this.invertTransformText.TransformPointX(x, y);
var ty = this.invertTransformText.TransformPointY(x, y);
this.txBody.content.Update_CursorType(tx, ty, 0)
var page_num = this.parent instanceof Slide ? this.parent.num : 0;
this.txBody.content.Update_CursorType(tx, ty, page_num)
},
......
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