Commit 1fd21b34 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33496

parent 0ce663ed
......@@ -5146,7 +5146,7 @@ CellArea.prototype = {
this.colorHigh = checkProperty(this.colorHigh, getColor(val.colorHigh), AscCH.historyitem_Sparkline_ColorHigh);
this.colorLow = checkProperty(this.colorLow, getColor(val.colorLow), AscCH.historyitem_Sparkline_ColorLow);
this.colorLow = checkProperty(this.f, val.f, AscCH.historyitem_Sparkline_F);
this.f = checkProperty(this.f, val.f, AscCH.historyitem_Sparkline_F);
this.cleanCache();
......
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