|
|
|
@ -71,6 +71,7 @@ public class ChartTextAttrPane extends BasicPane {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void populate(FRFont frFont) { |
|
|
|
|
removeAllComboBoxListener(); |
|
|
|
|
if (frFont == null) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -85,6 +86,11 @@ public class ChartTextAttrPane extends BasicPane {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void removeAllComboBoxListener() { |
|
|
|
|
fontNameComboBox.removeChangeListener(); |
|
|
|
|
fontSizeComboBox.removeChangeListener(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 更新字 |
|
|
|
|
* @return 更新字 |
|
|
|
|