Fix shortcuts detection on settings & game

Fix #1499, Fix #1493, Fix #1477
Fix typo
This commit is contained in:
marco 2015-09-11 23:25:47 +02:00
parent dd4900b038
commit 4c6b543cbe
3 changed files with 140 additions and 139 deletions

View file

@ -452,6 +452,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
scene = new GameScene(phasesToolbar, this);
gameView = new GameView(scene);
gameView->hide();
gameView->setFocusPolicy(Qt::ClickFocus);
cardInfo = new CardFrame();
playerListWidget = new PlayerListWidget(tabSupervisor, clients.first(), this);