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); }