VirtualBox

Changeset 29992 in vbox for trunk


Ignore:
Timestamp:
Jun 2, 2010 1:01:08 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: 5003: Mouse-hover activation should only be related to multi-monitor VM setup.

File:
1 edited

Legend:

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

    r29988 r29992  
    10811081
    10821082                /* Check if we should activate window under cursor: */
    1083                 if (machineWindowWrapper()->machineWindow() != QApplication::activeWindow())
     1083                if (QApplication::activeWindow() &&
     1084                    QApplication::activeWindow()->inherits("UIMachineWindow") &&
     1085                    QApplication::activeWindow() != machineWindowWrapper()->machineWindow())
    10841086                {
    10851087                    /* Activating hovered machine window: */
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