Changeset 87717 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 11, 2021 8:26:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r87031 r87717 484 484 /* Disable menu icons on MacOS X host: */ 485 485 ::darwinDisableIconsInMenus(); 486 487 # if QT_VERSION >= QT_VERSION_CHECK(5, 15, 2) 488 // WORKAROUND: 489 // Unable to detect fusion if app 490 // built with SDK less than 10.14 491 a.setStyle("fusion"); 492 # endif 486 493 #endif /* VBOX_WS_MAC */ 487 494
Note:
See TracChangeset
for help on using the changeset viewer.