VirtualBox

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


Ignore:
Timestamp:
Jun 5, 2020 3:36:38 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9753: We better don't touch scaled mode in r138469.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.cpp

    r84698 r84700  
    7575void UIMachineLogicScale::sltHostScreenAvailableAreaChange()
    7676{
    77 #if defined(VBOX_WS_X11) && !defined(VBOX_GUI_WITH_CUSTOMIZATIONS1)
     77#ifdef VBOX_WS_X11
    7878    /* Prevent handling if fake screen detected: */
    7979    if (gpDesktop->isFakeScreenDetected())
     
    8383    foreach (UIMachineWindow *pMachineWindow, machineWindows())
    8484        pMachineWindow->restoreCachedGeometry();
    85 #endif /* VBOX_WS_X11 && !VBOX_GUI_WITH_CUSTOMIZATIONS1 */
     85#endif /* VBOX_WS_X11 */
    8686
    8787    /* Call to base-class: */
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