[SSE] fix bug 32592.
This commit is contained in:
parent
d4f57fd7ff
commit
059b1ddd39
|
@ -810,6 +810,9 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
|
||||||
if (this.storageName) {
|
if (this.storageName) {
|
||||||
var value = Common.localStorage.getItem(this.storageName);
|
var value = Common.localStorage.getItem(this.storageName);
|
||||||
this.setActiveCategory((value!==null) ? parseInt(value) : 0);
|
this.setActiveCategory((value!==null) ? parseInt(value) : 0);
|
||||||
|
value = this.getActiveCategory();
|
||||||
|
if (value==2) this.onVCategoryClick();
|
||||||
|
else if (value==3) this.onHCategoryClick();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue