Commit 9ffab52e authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33505

parent 7b78164f
...@@ -5450,6 +5450,7 @@ CellArea.prototype = { ...@@ -5450,6 +5450,7 @@ CellArea.prototype = {
}; };
sparklineGroup.prototype.asc_getStyles = function () { sparklineGroup.prototype.asc_getStyles = function () {
History.TurnOff();
var aRet = []; var aRet = [];
var nStyleIndex = -1; var nStyleIndex = -1;
var oSparklineGroup = this.clone(true); var oSparklineGroup = this.clone(true);
...@@ -5479,6 +5480,7 @@ CellArea.prototype = { ...@@ -5479,6 +5480,7 @@ CellArea.prototype = {
aRet.push(canvas.toDataURL("image/png")); aRet.push(canvas.toDataURL("image/png"));
} }
aRet.push(nStyleIndex); aRet.push(nStyleIndex);
History.TurnOn();
return aRet; return aRet;
}; };
......
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