Commit 9d99abda authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35129, Bug 35131

parent 536d0259
......@@ -411,7 +411,7 @@ DrawingObjectsController.prototype.addChartDrawingObject = function(options)
options.showMarker = null;
this.editChartCallback(options);
options.style = 1;
options.bCreate = true;
// options.bCreate = true;
this.editChartCallback(options);
options.putRange(old_range);
}
......
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