VirtualBox

Ignore:
Timestamp:
Apr 27, 2011 9:56:51 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: 5659: 'None' host-combo functionality restored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp

    r36049 r36853  
    11321132    }
    11331133    /* 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();
    11351135    /* Check if currently pressed/released key had changed host-combo state: */
    11361136    const bool isHostComboStateChanged = (!m_bIsHostComboPressed &&  fIsFullHostComboPresent) ||
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