[SSE] fix bug 32592.

This commit is contained in:
Julia Radzhabova 2016-06-20 11:15:56 +03:00
parent d4f57fd7ff
commit 059b1ddd39

View file

@ -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();
}
},