Revert: Prevent alt+tab from stealing keyboard

Using grabKeyboard() is not a good solution as it breaks
the text tool and causes other problems.
This commit is contained in:
lupoDharkael
2018-05-17 20:56:13 +02:00
parent c81ee94a82
commit 12faddff8b

View File

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