mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-26 11:24:53 -08:00
Merge pull request #676 from poixen/focus_chat
Chat has focus when starting game
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user