Merge pull request #1501 from marcofernandezheras/Fix-Shortcut-Detection

Fix shortcuts detection on settings & game
This commit is contained in:
Zach 2015-09-14 16:02:45 -04:00
commit 3412ce2f7d
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);