VirtualBox

Changeset 47688 in vbox


Ignore:
Timestamp:
Aug 13, 2013 12:51:19 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Selector UI: MacOS X host: Make sure VM selector is set as the *front most process* at startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r46836 r47688  
    9393        *ppSelf = this;
    9494
     95#ifdef Q_WS_MAC
     96    /* We have to make sure that we are getting the front most process.
     97     * This is necessary for Qt versions > 4.3.3: */
     98    ::darwinSetFrontMostProcess();
     99#endif /* Q_WS_MAC */
     100
    95101    /* Prepare: */
    96102    prepareIcon();
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