Commit e7198edf authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #676 from poixen/focus_chat

Chat has focus when starting game
parents b7521bad 787773e9
...@@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming) ...@@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming)
gameInfo.set_started(true); gameInfo.set_started(true);
static_cast<GameScene *>(gameView->scene())->rearrange(); static_cast<GameScene *>(gameView->scene())->rearrange();
gameView->show(); gameView->show();
sayEdit->setFocus();
} }
void TabGame::stopGame() 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