Commit 74864132 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с выделением автофигуры перенесенной в колонтитуле в режиме рецензирования.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66579 954022d7-b5bf-4e40-9824-e11837661b57
parent a6cd00a4
......@@ -5005,11 +5005,11 @@ ParaDrawing.prototype =
var RunPr = this.Remove_FromDocument( false );
if (this.LogicDocument && true === this.LogicDocument.Is_TrackRevisions())
if (this.LogicDocument && this.DocumentContent && true === this.LogicDocument.Is_TrackRevisions())
{
var NewParaDrawing = this.Copy();
NewParaDrawing.Add_ToDocument(NearPos, true, RunPr);
this.LogicDocument.Select_DrawingObject(NewParaDrawing.Get_Id());
this.DocumentContent.Select_DrawingObject(NewParaDrawing.Get_Id());
}
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