- Timestamp:
- May 18, 2023 10:02:12 AM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r99623 r99836 464 464 465 465 /* Enable HiDPI support: */ 466 #ifndef VBOX_IS_QT6_OR_LATER 466 467 QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); 467 # if (!defined(DEBUG_bird) || defined(RT_OS_DARWIN))468 # ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1468 # if (!defined(DEBUG_bird) || defined(RT_OS_DARWIN)) 469 # ifndef VBOX_GUI_WITH_CUSTOMIZATIONS1 469 470 /* This shouldn't be enabled for customer WM, since Qt has conflicts in that case. */ 470 471 QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); 472 # endif 471 473 # endif 472 474 #endif
Note:
See TracChangeset
for help on using the changeset viewer.

