VirtualBox

Changeset 27635 in vbox for trunk/src


Ignore:
Timestamp:
Mar 23, 2010 2:56:49 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: new core: fix "katastrofe!"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp

    r27030 r27635  
    3131#ifdef Q_WS_MAC
    3232# include "VBoxConsoleWnd.h"
     33# include "VBoxSelectorWnd.h"
    3334#endif /* Q_WS_MAC */
    3435
     
    7273    if (pWnd)
    7374        setWindowFlags (Qt::Sheet);
     75    else
     76    {
     77        /* In the selector window ofc. */
     78        VBoxSelectorWnd *pSWnd = qobject_cast<VBoxSelectorWnd*>(aParent);
     79        if (pSWnd)
     80            setWindowFlags(Qt::Sheet);
     81    }
    7482# else /* VBOX_WITH_NEW_RUNTIME_CORE */
    7583    /* Sheets are broken if the window is in fullscreen mode. So make it a
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