Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
e7198edf
Commit
e7198edf
authored
Feb 03, 2015
by
Gavin Bisesi
Browse files
Merge pull request #676 from poixen/focus_chat
Chat has focus when starting game
parents
b7521bad
787773e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
e7198edf
...
@@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming)
...
@@ -885,6 +885,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
();
sayEdit
->
setFocus
();
}
}
void
TabGame
::
stopGame
()
void
TabGame
::
stopGame
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment