Refactoring

This commit is contained in:
Julia Radzhabova 2021-03-11 15:14:44 +03:00
parent feff7a2cc7
commit 67b75384a8

View file

@ -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) {