Changeset 84751 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 10, 2020 10:51:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r84368 r84751 741 741 QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); 742 742 #if (!defined(DEBUG_bird) || defined(RT_OS_DARWIN)) 743 # ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1 744 /* This shouldn't be enabled for customer WM, since Qt has conflicts in that case. */ 743 745 QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); 746 # endif 744 747 #endif 745 748
Note:
See TracChangeset
for help on using the changeset viewer.