Commit 787773e9 authored by Matt Lowe's avatar Matt Lowe
Browse files

Chat has focus when starting game

When the game starts the line edit now has focus immediately.
parent b7521bad
......@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment