Commit c99604a9 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34268

parent c6cd2253
......@@ -2279,6 +2279,12 @@ CChartSpace.prototype.Refresh_RecalcData = function(data)
this.handleUpdateType();
break;
}
case AscDFH.historyitem_ShapeSetBDeleted:{
if(!this.bDeleted){
this.handleUpdateType();
}
break;
}
}
};
CChartSpace.prototype.getObjectType = function()
......
......@@ -41,7 +41,7 @@
AscDFH.changesFactory[AscDFH.historyitem_AutoShapes_SetLocks] = AscDFH.CChangesDrawingsLong;
AscDFH.changesFactory[AscDFH.historyitem_AutoShapes_SetDrawingBaseType] = AscDFH.CChangesDrawingsLong;
AscDFH.changesFactory[AscDFH.historyitem_AutoShapes_SetWorksheet] = AscDFH.CChangesDrawingsString;
AscDFH.changesFactory[AscDFH.historyitem_ShapeSetBDeleted] = AscDFH.CChangesDrawingsString;
AscDFH.changesFactory[AscDFH.historyitem_ShapeSetBDeleted] = AscDFH.CChangesDrawingsBool;
......
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