Commit a813dcb8 authored by Zach's avatar Zach
Browse files

Merge pull request #708 from poixen/local_chat_focus

Local chat focus
parents 43a9ac61 f91de7e1
...@@ -886,7 +886,7 @@ void TabGame::startGame(bool resuming) ...@@ -886,7 +886,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();
if(sayEdit) if(sayEdit && players.size() > 1)
sayEdit->setFocus(); sayEdit->setFocus();
} }
......
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