Prevent alt+tab from stealing keyboard (#133)

This commit is contained in:
lupoDharkael
2018-05-17 19:01:06 +02:00
parent 09921d507c
commit 13b0e61d36

View File

@@ -125,6 +125,7 @@ void Controller::startVisualCapture(const uint id, const QString &forcedSavePath
m_captureWindow->showFullScreen();
//m_captureWindow->show(); // Debug
#endif
m_captureWindow->grabKeyboard();
} else {
emit captureFailed(id);
}