From ca9bfc9ff275a9184a334052ab8abd92e71ceff3 Mon Sep 17 00:00:00 2001 From: Psithief Date: Thu, 1 Oct 2015 12:00:30 +0800 Subject: [PATCH] Revert focus policy change in tab_game Fixes #1529. Completely untested, because I don't think this could possibly interfere with anything. It's a straight revert. --- cockatrice/src/tab_game.cpp | 1 - 1 file changed, 1 deletion(-) 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);