Skip to content

Commit

Permalink
Merge pull request #1486 from AaronGullickson/option-dialog-update
Browse files Browse the repository at this point in the history
Add new required method for DialogOptionListener
  • Loading branch information
SJuliez authored Apr 20, 2024
2 parents 85287f1 + 02beac9 commit 84190a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions megameklab/src/megameklab/ui/generalUnit/QuirksTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ public void optionClicked(DialogOptionComponent comp, IOption option, boolean st
option.setValue(state);
}

@Override
public void optionSwitched(DialogOptionComponent comp, IOption option, int i) {

}

public ComponentListener refreshOnShow = new ComponentAdapter() {
@Override
public void componentShown(ComponentEvent e) {
Expand Down

0 comments on commit 84190a2

Please sign in to comment.