Changeset 72923 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 5, 2018 4:05:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp
r71921 r72923 408 408 } 409 409 410 void UIHotKeyEditor::handleKeyRelease(QKeyEvent * /*pKeyEvent*/)410 void UIHotKeyEditor::handleKeyRelease(QKeyEvent *pKeyEvent) 411 411 { 412 412 /* If full sequence was taken already and no modifiers are currently held: */ 413 if (m_fSequenceTaken && ( QApplication::keyboardModifiers() == Qt::NoModifier))413 if (m_fSequenceTaken && (pKeyEvent->modifiers() == Qt::NoModifier)) 414 414 { 415 415 /* Reset taken sequence: */
Note:
See TracChangeset
for help on using the changeset viewer.