VirtualBox

Changeset 73521 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 6, 2018 12:20:30 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8782 In MacOS resize the machine window correctly in full screen mode as the host resolution changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp

    r69500 r73521  
    353353    /* Resize window to the appropriate size on ML and next if it's screen has no own user-space: */
    354354    else if (!pFullscreenLogic->screensHaveSeparateSpaces() && m_uScreenId != 0)
     355        resize(workingArea.size());
     356    /* Resize the window if we are already in the full screen mode. This covers cases like host-resolution changes while in full screen mode: */
     357    else if(darwinIsInFullscreenMode(this))
    355358        resize(workingArea.size());
    356359    else
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