VirtualBox

Changeset 45441 in vbox


Ignore:
Timestamp:
Apr 9, 2013 4:01:14 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Modal-window manager: Make sure machine-window is created while looking for the active one.

File:
1 edited

Legend:

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

    r45432 r45441  
    8484    {
    8585        /* It will be currently active machine-window if visible: */
    86         if (vboxGlobal().activeMachineWindow()->isVisible())
     86        if (vboxGlobal().activeMachineWindow() &&
     87            vboxGlobal().activeMachineWindow()->isVisible())
    8788            return vboxGlobal().activeMachineWindow();
    8889    }
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