From 12faddff8b9bf1380f25117058565af960f5a6f6 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Thu, 17 May 2018 20:56:13 +0200 Subject: [PATCH] Revert: Prevent alt+tab from stealing keyboard Using grabKeyboard() is not a good solution as it breaks the text tool and causes other problems. --- src/core/controller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/controller.cpp b/src/core/controller.cpp index 9e01df6b..12c83d17 100644 --- a/src/core/controller.cpp +++ b/src/core/controller.cpp @@ -125,7 +125,6 @@ void Controller::startVisualCapture(const uint id, const QString &forcedSavePath m_captureWindow->showFullScreen(); //m_captureWindow->show(); // Debug #endif - m_captureWindow->grabKeyboard(); } else { emit captureFailed(id); }