Changeset 36853 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 27, 2011 9:56:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r36049 r36853 1132 1132 } 1133 1133 /* Check if we are currently holding FULL host-combo: */ 1134 bool fIsFullHostComboPresent = allHostComboKeys == m_pressedHostComboKeys.keys().toSet();1134 bool fIsFullHostComboPresent = !allHostComboKeys.isEmpty() && allHostComboKeys == m_pressedHostComboKeys.keys().toSet(); 1135 1135 /* Check if currently pressed/released key had changed host-combo state: */ 1136 1136 const bool isHostComboStateChanged = (!m_bIsHostComboPressed && fIsFullHostComboPresent) ||
Note:
See TracChangeset
for help on using the changeset viewer.