mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
CbxFormat and CbxPrecon enablers were the wrong way around in # 17425.
This commit is contained in:
@@ -50,8 +50,8 @@ public enum CSubmenuQuestData implements ICDoc {
|
||||
private final ActionListener preconListener = new ActionListener() {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent actionEvent) {
|
||||
view.getCbxFormat().setEnabled(view.getRadPreconStart().isSelected());
|
||||
view.getCbxPrecon().setEnabled(view.getRadRotatingStart().isSelected());
|
||||
view.getCbxFormat().setEnabled(view.getRadRotatingStart().isSelected());
|
||||
view.getCbxPrecon().setEnabled(view.getRadPreconStart().isSelected());
|
||||
view.getBoxPersist().setEnabled(view.getRadRotatingStart().isSelected());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user