|
|
|
@ -243,8 +243,8 @@ public class PredefinedStyleEditPane extends AbstractAttrNoScrollPane {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void updateCellStyleByColorStyle(PredefinedColorStyle colorStyle, PredefinedCellStyleConfig cellStyleConfig) { |
|
|
|
|
PredefinedCellStyle headerStyle = cellStyleConfig.getStyle(com.fr.design.i18n.Toolkit.i18nText("表头")); |
|
|
|
|
PredefinedCellStyle highlightStyle = cellStyleConfig.getStyle(com.fr.design.i18n.Toolkit.i18nText("高亮文本")); |
|
|
|
|
PredefinedCellStyle headerStyle = cellStyleConfig.getStyle(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Predefined_Style_Header")); |
|
|
|
|
PredefinedCellStyle highlightStyle = cellStyleConfig.getStyle(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Predefined_Style_Highlight_Text")); |
|
|
|
|
ColorFillStyle colorFillStyle = colorStyle.getColorFillStyle(); |
|
|
|
|
List<Color> colorList = new ArrayList<>(); |
|
|
|
|
if (colorFillStyle == null || colorFillStyle.getColorList().size() == 0){ |
|
|
|
|