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

Bug 30273 - [TextArt]Ошибка в консоли после клика в рамку выделения Text Art в колонтитуле

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64560 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e892f20
......@@ -6208,6 +6208,14 @@ DrawingObjectsController.prototype =
oSelectedContent.MoveDrawing = true;
oContent.Insert_Content(oSelectedContent, oNearestPos);
oContent.Selection.Start = false;
oContent.Selection.Use = false;
oContent.Selection.StartPos = 0;
oContent.Selection.EndPos = 0;
oContent.Selection.Flag = selectionflag_Common;
oContent.CurPos.Type = docpostype_Content;
oContent.CurPos.ContentPos = 0;
}
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