VirtualBox

Changeset 31865 in vbox


Ignore:
Timestamp:
Aug 23, 2010 2:46:52 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: 5079: Separate UI Keyboard-Handler for running VM: Fixing crash while switching visual representation GUI modes.

File:
1 edited

Legend:

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

    r31693 r31865  
    822822bool UIKeyboardHandler::winLowKeyboardEvent(UINT msg, const KBDLLHOOKSTRUCT &event)
    823823{
     824    /* Check what related machine-view was NOT unregistered yet: */
     825    if (!m_views.contains(m_iKeyboardHookViewIndex))
     826        return false;
     827
    824828    /* Sometimes it happens that Win inserts additional events on some key
    825829     * press/release. For example, it prepends ALT_GR in German layout with
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