Merge pull request #11816 from druiz17/fix-bringing-up-logs

Fix issue of User is unable to bring up the High Fidelity Interface log.
This commit is contained in:
Brad Hefta-Gaub 2017-11-17 17:02:50 -08:00 committed by GitHub
commit 28b75abcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,4 +135,10 @@ Item {
playing: visible
z: 10000
}
Keys.onPressed: {
if ((event.modifiers & Qt.ShiftModifier) && (event.modifiers & Qt.ControlModifier)) {
webViewCore.focus = false;
}
}
}