Commit 388697eb authored by Sergey Luzyanin's avatar Sergey Luzyanin

Update geometry after undo change adj value

parent d4adee71
......@@ -412,6 +412,10 @@ AscCommon.extendClass(CChangesGeometryAddAdj, AscDFH.CChangesBase);
var _OldValue = parseInt(this.OldValue);
if(!isNaN(_OldValue)){
this.Class.gdLst[this.Name] = _OldValue;
if(this.Class.parent && this.Class.parent.handleUpdateGeometry)
{
this.Class.parent.handleUpdateGeometry();
}
}
else{
delete this.Class.gdLst[this.Name];
......
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