Commit 50eaa819 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33441

parent 31e2524f
......@@ -3946,13 +3946,13 @@ CAreaSeries.prototype =
},
setTx: function(pr)
{
History.Add(this, {Type: AscDFH.historyitem_AreaSeries_SetTx, oldPr: this.trendline, newPr: pr});
History.Add(this, {Type: AscDFH.historyitem_AreaSeries_SetTx, oldPr: this.tx, newPr: pr});
this.tx = pr;
},
setVal: function(pr)
{
History.Add(this, {Type: AscDFH.historyitem_AreaSeries_SetVal, oldPr: this.trendline, newPr: pr});
History.Add(this, {Type: AscDFH.historyitem_AreaSeries_SetVal, oldPr: this.val, newPr: pr});
this.val = pr;
if(this.val && this.val.setParent)
{
......
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