Commit 884d598a authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с тем, что не всегда проставлялся родительский класс у CShape (баг 24673).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56575 954022d7-b5bf-4e40-9824-e11837661b57
parent 1c970994
......@@ -4347,7 +4347,8 @@ ParaDrawing.prototype =
this.PositionV.Value = this.PositionV_Old.Value2;
}
this.DocumentContent = this.Parent.Parent;
this.DocumentContent = this.Parent.Parent;
this.GraphicObj.parent = this;
var PageNum = ParaLayout.PageNum;
......
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