mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge pull request #3169 from spjspj/master
Undo double tap of ok button (Leading to duplicate tournaments - Fixe…
This commit is contained in:
commit
7ca5adff89
1 changed files with 0 additions and 3 deletions
|
@ -322,9 +322,6 @@ public class NewTournamentDialog extends MageDialog {
|
|||
btnOk.setText("OK");
|
||||
btnOk.addActionListener(evt -> btnOkActionPerformed(evt));
|
||||
|
||||
btnOk.setText("OK");
|
||||
btnOk.addActionListener(evt -> btnOkActionPerformed(evt));
|
||||
|
||||
btnCancel.setText("Cancel");
|
||||
btnCancel.addActionListener(evt -> btnCancelActionPerformed(evt));
|
||||
|
||||
|
|
Loading…
Reference in a new issue