- Timestamp:
- Jan 27, 2011 4:41:28 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp
r35736 r35745 518 518 519 519 /* Convert to keycode: */ 520 intiKeyCode = ::DarwinModifierMaskToDarwinKeycode(changed);520 unsigned iKeyCode = ::DarwinModifierMaskToDarwinKeycode(changed); 521 521 522 522 /* Check if symbol is valid else pass it to Qt: */ … … 527 527 { 528 528 /* Key release: */ 529 if ( changed & modifierMask)529 if (!(changed & modifierMask)) 530 530 { 531 531 /* Remove pressed symbol: */
Note:
See TracChangeset
for help on using the changeset viewer.