diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 86b6308d..5b5c3eda 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -452,7 +452,6 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList &_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);