Merge pull request #1615 from Psithief/patch-1

Revert focus policy change
This commit is contained in:
Zach 2015-10-01 14:17:06 -04:00
commit 30531683f4

View file

@ -452,7 +452,6 @@ 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);