Commit 30531683 authored by Zach's avatar Zach
Browse files

Merge pull request #1615 from Psithief/patch-1

Revert focus policy change
parents 56f8ddc1 ca9bfc9f
......@@ -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);
......
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