asc_getNumFormatType -> asc_getNumFormatInfo
This commit is contained in:
parent
8319542564
commit
c41562925d
|
@ -1941,7 +1941,7 @@ define([
|
|||
toolbar.lockToolbar(SSE.enumLock.multiselect, this._state.multiselect, { array: [toolbar.btnTableTemplate, toolbar.btnInsertHyperlink]});
|
||||
}
|
||||
|
||||
val = info.asc_getNumFormatType();
|
||||
val = info.asc_getNumFormatInfo().asc_getType();
|
||||
this._state.numformat = info.asc_getNumFormat();
|
||||
if (this._state.numformattype !== val) {
|
||||
toolbar.cmbNumberFormat.setValue(val, toolbar.txtCustom);
|
||||
|
|
Loading…
Reference in a new issue