Make FDialogs more mobile-friendly

Fix Concede so dialog shown
This commit is contained in:
drdev
2015-03-07 16:49:33 +00:00
parent 2d9754271a
commit e1457ad744
17 changed files with 211 additions and 357 deletions

View File

@@ -106,7 +106,7 @@ public class KeyboardShortcuts {
public void actionPerformed(final ActionEvent e) {
if (!Singletons.getControl().getCurrentScreen().isMatchScreen()) { return; }
if (matchUI == null) { return; }
matchUI.getGameController().concede();
matchUI.concede();
}
};