Commit 3a79334b authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34559

parent 6191ba29
...@@ -89,7 +89,7 @@ function CGroupShape() ...@@ -89,7 +89,7 @@ function CGroupShape()
this.Id = AscCommon.g_oIdCounter.Get_NewId(); this.Id = AscCommon.g_oIdCounter.Get_NewId();
AscCommon.g_oTableId.Add(this, this.Id); AscCommon.g_oTableId.Add(this, this.Id);
} }
CGroupShape.prototype = Object.create(AscFormat.CGraphicObjectBase.prototype); CGroupShape.prototype = Object.create(AscFormat.CGraphicObjectBase.prototype);
CGroupShape.prototype.constructor = CGroupShape; CGroupShape.prototype.constructor = CGroupShape;
CGroupShape.prototype.getObjectType = function() CGroupShape.prototype.getObjectType = function()
...@@ -1789,6 +1789,13 @@ function CGroupShape() ...@@ -1789,6 +1789,13 @@ function CGroupShape()
} }
break; break;
} }
case AscDFH.historyitem_GroupShapeAddToSpTree:
case AscDFH.historyitem_GroupShapeRemoveFromSpTree:{
if(!this.bDeleted){
this.handleUpdateSpTree();
}
break;
}
} }
} }
}; };
......
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