Commit 4d4e8d6e authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33880

parent 7d10600b
......@@ -3117,7 +3117,7 @@ CAreaChart.prototype =
{
if(!pr)
return;
History.Add(new CChangesDrawingsContent(this, AscDFH.historyitem_AreaChart_AddAxId, this, this.axId.length, [pr], true));
History.Add(new CChangesDrawingsContent(this, AscDFH.historyitem_AreaChart_AddAxId, this.axId.length, [pr], true));
this.axId.push(pr);
},
......
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