VirtualBox

Changeset 84751 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 10, 2020 10:51:54 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9753: Disable HighDpiScaling for customer build, conflicting WM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r84368 r84751  
    741741        QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
    742742#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. */
    743745        QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
     746# endif
    744747#endif
    745748
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette