Fixed bug - Visibility could not be switched in ConfigWindow
This commit is contained in:
parent
0f9f32bc32
commit
bd0bc03e38
@ -297,7 +297,7 @@ public class ConfigWindow extends TWindow {
|
||||
TimeCalcProperty timeCalcProperty
|
||||
= TimeCalcProperty.forKey(timeCalcPropertyKey);
|
||||
jComboBox.setSelectedItem(timeCalcConfiguration.getProperty(timeCalcProperty).getValue());
|
||||
jComboBox.addPropertyChangeListener(e -> {
|
||||
jComboBox.addActionListener(e -> {
|
||||
((StringProperty) timeCalcConfiguration.getProperty(timeCalcProperty))
|
||||
.setValue(
|
||||
(String) jComboBox.getSelectedItem());
|
||||
|
Loading…
x
Reference in New Issue
Block a user