VirtualBox

Changeset 88249 in vbox


Ignore:
Timestamp:
Mar 22, 2021 3:44:52 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9973: Ups..

File:
1 edited

Legend:

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

    r88248 r88249  
    400400        if (   !isFullscreenOrSeamless()
    401401            && uisession()->isGuestSupportsGraphics()
    402             && (   m_pFrameBuffer->width() != (int)uWidth
    403                 || m_pFrameBuffer->height() != (int)uHeight
     402            && (   m_pFrameBuffer->width() != uWidth
     403                || m_pFrameBuffer->height() != uHeight
    404404                || uisession()->isScreenVisible(screenId()) != uisession()->isScreenVisibleHostDesires(screenId())))
    405405            storeGuestSizeHint(QSize(uWidth, uHeight));
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