diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index aefcf02e..6baac310 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming) gameInfo.set_started(true); static_cast(gameView->scene())->rearrange(); gameView->show(); + sayEdit->setFocus(); } void TabGame::stopGame()