Merge pull request #676 from poixen/focus_chat
Chat has focus when starting game
This commit is contained in:
commit
e7198edfc7
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue