- Timestamp:
- May 30, 2013 12:05:29 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp
r45424 r46325 427 427 /* Invoke Add-Box Dialog */ 428 428 UIMachineSettingsSFDetails dlg (UIMachineSettingsSFDetails::AddType, isSharedFolderTypeSupported(ConsoleType), usedList (true), this); 429 #ifdef Q_WS_MAC 430 /* !!! WORKAROUND !!! 431 * Actually this one dialog should be a window-modal 'Mac Sheet' (not an application-modal 'Window') 432 * but in that one case we have a strange Qt bug under MacOS X host. 433 * Its probably linked somehow with using Mac Sheets and leads to appearing of some strange 434 * empty modal-window (after closing this dialog) which prevents further applicaiton interactions. */ 435 if (dlg.exec(true /* show-instantly */, true /* application-modal */) == QDialog::Accepted) 436 #else /* Q_WS_MAC */ 429 437 if (dlg.exec() == QDialog::Accepted) 438 #endif /* !Q_WS_MAC */ 430 439 { 431 440 QString name = dlg.name();
Note:
See TracChangeset
for help on using the changeset viewer.