Commit 059b1ddd authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] fix bug 32592.

parent d4f57fd7
......@@ -810,6 +810,9 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
if (this.storageName) {
var value = Common.localStorage.getItem(this.storageName);
this.setActiveCategory((value!==null) ? parseInt(value) : 0);
value = this.getActiveCategory();
if (value==2) this.onVCategoryClick();
else if (value==3) this.onHCategoryClick();
}
},
......
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