Refactoring
This commit is contained in:
parent
feff7a2cc7
commit
67b75384a8
|
@ -1712,7 +1712,6 @@ define([
|
|||
|
||||
onFormatsSelect: function(combo, record) {
|
||||
var xfs = new AscCommonExcel.CellXfs();
|
||||
this.xfsFormat && xfs.asc_setNumFormatInfo(this.xfsFormat.asc_getNumFormatInfo());
|
||||
record.fontColor && xfs.asc_setFontColor(Common.Utils.ThemeColor.getRgbColor(record.fontColor));
|
||||
record.fillColor && xfs.asc_setFillColor(Common.Utils.ThemeColor.getRgbColor(record.fillColor));
|
||||
if (record.borderColor) {
|
||||
|
|
Loading…
Reference in a new issue