Chat has focus when starting game

When the game starts the line edit now has focus immediately.
This commit is contained in:
Matt Lowe 2015-02-03 13:53:18 +01:00
parent b7521bad8b
commit 787773e949

View file

@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming)
gameInfo.set_started(true);
static_cast<GameScene *>(gameView->scene())->rearrange();
gameView->show();
sayEdit->setFocus();
}
void TabGame::stopGame()