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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user