Browse Source

Pull request #2703: CHART-16244 警戒线默认字体

Merge in DESIGN/design from ~BJORN/design:feature/10.0 to feature/10.0

* commit 'a5bdc43a616ece3dd8f1fad5ba566e69e4bc06aa':
  CHART-16244 警戒线默认字体
persist/11.0
Bjorn 4 years ago
parent
commit
9359ee199d
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/designer/style/background/VanChartAlertValuePane.java

2
designer-chart/src/main/java/com/fr/van/chart/designer/style/background/VanChartAlertValuePane.java

@ -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());
}

Loading…
Cancel
Save