VirtualBox

Ignore:
Timestamp:
Feb 12, 2013 4:35:09 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: 6065: UIShortcutPool: Fixing bug in shortcut overrides processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIShortcutPool.cpp

    r44587 r44660  
    122122        /* Make no changes if there is no such shortcut: */
    123123        if (!m_shortcuts.contains(strShortcutKey))
    124             return;
     124            continue;
    125125        /* Assign overridden sequence to the shortcut: */
    126126        m_shortcuts[strShortcutKey].setSequence(overrides[strShortcutKey]);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette