Merge pull request #676 from poixen/focus_chat

Chat has focus when starting game
This commit is contained in:
Gavin Bisesi 2015-02-03 09:15:25 -05:00
commit e7198edfc7

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()