mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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() {
|
private final ActionListener preconListener = new ActionListener() {
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent actionEvent) {
|
public void actionPerformed(ActionEvent actionEvent) {
|
||||||
view.getCbxFormat().setEnabled(view.getRadPreconStart().isSelected());
|
view.getCbxFormat().setEnabled(view.getRadRotatingStart().isSelected());
|
||||||
view.getCbxPrecon().setEnabled(view.getRadRotatingStart().isSelected());
|
view.getCbxPrecon().setEnabled(view.getRadPreconStart().isSelected());
|
||||||
view.getBoxPersist().setEnabled(view.getRadRotatingStart().isSelected());
|
view.getBoxPersist().setEnabled(view.getRadRotatingStart().isSelected());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user