mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Undo double tap of ok button (Leading to duplicate tournaments - Fixes #3154)
This commit is contained in:
parent
8c46f23e02
commit
5373997b30
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