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

не отрисовывались локи в презентациях

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61461 954022d7-b5bf-4e40-9824-e11837661b57
parent 812da9be
......@@ -7574,7 +7574,7 @@ CChartSpace.prototype =
if(!this.group)
{
var oLock;
if(this.parent && this.parent.Lock)
if(this.parent instanceof ParaDrawing)
{
oLock = this.parent.Lock;
}
......
......@@ -398,7 +398,7 @@ CGroupShape.prototype =
if(!this.group)
{
var oLock;
if(this.parent && this.parent.Lock)
if(this.parent instanceof ParaDrawing)
{
oLock = this.parent.Lock;
}
......
......@@ -605,7 +605,7 @@ CImageShape.prototype =
if(!this.group)
{
var oLock;
if(this.parent && this.parent.Lock)
if(this.parent instanceof ParaDrawing)
{
oLock = this.parent.Lock;
}
......
......@@ -2925,7 +2925,7 @@ CShape.prototype =
if(!this.group)
{
var oLock;
if(this.parent && this.parent.Lock)
if(this.parent instanceof ParaDrawing)
{
oLock = this.parent.Lock;
}
......
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