[SSE] Apply number format
This commit is contained in:
parent
5f6c00482e
commit
217c96714e
|
@ -1481,7 +1481,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onNumberFormatSelect: function(combo, record) {
|
onNumberFormatSelect: function(combo, record) {
|
||||||
this.xfsFormat.asc_setNumFormatInfo(record.value);
|
this.xfsFormat.asc_setNumFormatInfo(record.format);
|
||||||
this.api.asc_getPreviewCF('format-rules-edit-preview-format', this.xfsFormat, this.exampleText);
|
this.api.asc_getPreviewCF('format-rules-edit-preview-format', this.xfsFormat, this.exampleText);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue