fix bug 33812
This commit is contained in:
parent
081514512d
commit
b726fc0e22
|
@ -1941,12 +1941,15 @@ define([
|
|||
toolbar.lockToolbar(SSE.enumLock.multiselect, this._state.multiselect, { array: [toolbar.btnTableTemplate, toolbar.btnInsertHyperlink]});
|
||||
}
|
||||
|
||||
val = info.asc_getNumFormatInfo().asc_getType();
|
||||
val = info.asc_getNumFormatInfo();
|
||||
if (val) {
|
||||
this._state.numformat = info.asc_getNumFormat();
|
||||
val = val.asc_getType();
|
||||
if (this._state.numformattype !== val) {
|
||||
toolbar.cmbNumberFormat.setValue(val, toolbar.txtCustom);
|
||||
this._state.numformattype = val;
|
||||
}
|
||||
}
|
||||
|
||||
val = info.asc_getAngle();
|
||||
if (this._state.angle !== val) {
|
||||
|
|
Loading…
Reference in a new issue