VirtualBox

Changeset 60126 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 21, 2016 4:40:20 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: ​​bugref:6678: VM Settings: Shared Folders page: Removing OS X workaround, seems the bug was fixed in OS X code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp

    r58858 r60126  
    436436    /* Invoke Add-Box Dialog */
    437437    UIMachineSettingsSFDetails dlg (UIMachineSettingsSFDetails::AddType, isSharedFolderTypeSupported(ConsoleType), usedList (true), this);
    438 #ifdef Q_WS_MAC
    439     /* !!! WORKAROUND !!!
    440      * Actually this one dialog should be a window-modal 'Mac Sheet' (not an application-modal 'Window')
    441      * but in that one case we have a strange Qt bug under MacOS X host.
    442      * Its probably linked somehow with using Mac Sheets and leads to appearing of some strange
    443      * empty modal-window (after closing this dialog) which prevents further applicaiton interactions. */
    444     if (dlg.exec(true /* show-instantly */, true /* application-modal */) == QDialog::Accepted)
    445 #else /* Q_WS_MAC */
    446438    if (dlg.exec() == QDialog::Accepted)
    447 #endif /* !Q_WS_MAC */
    448439    {
    449440        QString name = dlg.name();
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