mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Enable OK button for sideboard dialog
This commit is contained in:
@@ -29,7 +29,7 @@ public class FSideboardDialog extends FDialog {
|
||||
|
||||
callback = callback0;
|
||||
tabs = add(new SideboardTabs(sideboard, main));
|
||||
initButton(1, "OK", new FEventHandler() {
|
||||
initButton(0, "OK", new FEventHandler() {
|
||||
@Override
|
||||
public void handleEvent(FEvent e) {
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user