Changeset 60126 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2016 4:40:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp
r58858 r60126 436 436 /* Invoke Add-Box Dialog */ 437 437 UIMachineSettingsSFDetails dlg (UIMachineSettingsSFDetails::AddType, isSharedFolderTypeSupported(ConsoleType), usedList (true), this); 438 #ifdef Q_WS_MAC439 /* !!! 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 strange443 * 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 */446 438 if (dlg.exec() == QDialog::Accepted) 447 #endif /* !Q_WS_MAC */448 439 { 449 440 QString name = dlg.name();
Note:
See TracChangeset
for help on using the changeset viewer.