|
|
|
@ -205,7 +205,7 @@ public class VanChartAlertValuePane extends BasicBeanPane<VanChartAlertValue> {
|
|
|
|
|
} else { |
|
|
|
|
alertText.populateBean(GeneralUtils.objectToString(chartAlertValue.getAlertContentFormula())); |
|
|
|
|
} |
|
|
|
|
fontName.setSelectedItem(chartAlertValue.getAlertFont().getName()); |
|
|
|
|
fontName.setSelectedItem(chartAlertValue.getAlertFont().getFamily()); |
|
|
|
|
fontSize.setSelectedItem(chartAlertValue.getAlertFont().getSize()); |
|
|
|
|
fontColor.setSelectObject(chartAlertValue.getAlertFont().getForeground()); |
|
|
|
|
} |
|
|
|
|