Changeset 89987 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 1, 2021 9:30:56 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/UINativeWizard.cpp
r89967 r89987 563 563 pLayout->activate(); 564 564 } 565 #if defined(VBOX_WS_MAC) || defined(VBOX_WS_X11)566 // WORKAROUND:567 // Due to async nature on macOS and X11, dialog doesn't come up to568 // time with layout update. Waiting for layout update here:569 565 QCoreApplication::sendPostedEvents(0, QEvent::LayoutRequest); 570 #endif /* VBOX_WS_MAC || VBOX_WS_X11 */571 566 572 567 /* Resize to minimum size-hint: */
Note:
See TracChangeset
for help on using the changeset viewer.