VirtualBox

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


Ignore:
Timestamp:
Jan 24, 2017 10:07:52 AM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8422: Runtime UI: Do not perform automatic resize to machine-window size in full-screen/seamless modes, we do manual resize anyway. That allows to unlock dependency between machine-window and machine-view (e.g. frame-buffer) size.

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

Legend:

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

    r63054 r65411  
    8484                /* Recalculate max guest size: */
    8585                setMaxGuestSize();
    86                 /* And resize guest to that size: */
    87                 if (m_bIsGuestAutoresizeEnabled && uisession()->isGuestSupportsGraphics())
    88                     QTimer::singleShot(0, this, SLOT(sltPerformGuestResize()));
     86
    8987                break;
    9088            }
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp

    r63054 r65411  
    9696                /* Recalculate max guest size: */
    9797                setMaxGuestSize();
    98                 /* And resize guest to that size: */
    99                 if (uisession()->isGuestSupportsGraphics())
    100                     QTimer::singleShot(0, this, SLOT(sltPerformGuestResize()));
     98
    10199                break;
    102100            }
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