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

fix Bug 34559

parent 6191ba29
......@@ -1789,6 +1789,13 @@ function CGroupShape()
}
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