VirtualBox

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


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

FE/Qt: bugref:9753: Missed couple of bits in r138467.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp

    r82968 r84698  
    249249void UIMachineLogicNormal::sltHostScreenAvailableAreaChange()
    250250{
    251 #ifdef VBOX_WS_X11
     251#if defined(VBOX_WS_X11) && !defined(VBOX_GUI_WITH_CUSTOMIZATIONS1)
    252252    /* Prevent handling if fake screen detected: */
    253253    if (gpDesktop->isFakeScreenDetected())
     
    258258        if (!pMachineWindow->isMaximized())
    259259            pMachineWindow->restoreCachedGeometry();
    260 #endif /* VBOX_WS_X11 */
     260#endif /* VBOX_WS_X11 && !VBOX_GUI_WITH_CUSTOMIZATIONS1 */
    261261
    262262    /* Call to base-class: */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineLogicScale.cpp

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