* Client - After reconnect still active game or deck editor of build step gets topmost panel again (because tablesPanel is loaded automatically now after connect to server).

This commit is contained in:
LevelX2 2014-07-30 17:30:02 +02:00
parent 8bf5f01c2e
commit 865665767b
2 changed files with 8 additions and 4 deletions

View file

@ -337,7 +337,7 @@ public class ConnectDialog extends MageDialog {
if (result) {
lblStatus.setText("");
connected();
MageFrame.getInstance().showGames();
MageFrame.getInstance().showGames(false);
} else {
lblStatus.setText("Could not connect");
}