VirtualBox

Changeset 29062 in vbox


Ignore:
Timestamp:
May 5, 2010 9:25:01 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: delay switching the presentation mode

File:
1 edited

Legend:

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

    r28800 r29062  
    184184     * This is necessary for Qt versions > 4.3.3: */
    185185    ::darwinSetFrontMostProcess();
    186     setPresentationModeEnabled(true);
    187186#endif /* Q_WS_MAC */
    188187
     
    198197        connect(m_pScreenLayout, SIGNAL(screenLayoutChanged()),
    199198                static_cast<UIMachineWindowFullscreen*>(pMachineWindow), SLOT(sltPlaceOnScreen()));
     199
     200#ifdef Q_WS_MAC
     201    /* Note: Presentation mode has to be set *after* the windows are created. */
     202    setPresentationModeEnabled(true);
     203#endif /* Q_WS_MAC */
    200204
    201205    /* Remember what machine window(s) created: */
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