VirtualBox

Ignore:
Timestamp:
Jan 24, 2017 5:41:41 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8636: Runtime UI: Do not adjust guest-screen size on corresponding triggers if another visual representation mode (like seamless) is requested.

File:
1 edited

Legend:

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

    r63054 r65437  
    225225        {
    226226            LogRel2(("GUI: UIMachineViewNormal::adjustGuestScreenSize: Guest-screen auto-resize is disabled, adjustment is omitted.\n"));
     227            fAdjust = false;
     228        }
     229    }
     230    /* Step 5: Is another visual representation mode requested? */
     231    if (fAdjust)
     232    {
     233        if (uisession()->requestedVisualState() == UIVisualStateType_Seamless) // Seamless only for now.
     234        {
     235            LogRel2(("GUI: UIMachineViewNormal::adjustGuestScreenSize: Seamless mode is requested, adjustment is omitted.\n"));
    227236            fAdjust = false;
    228237        }
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