VirtualBox

Ignore:
Timestamp:
Jan 25, 2017 3:10:45 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8747: Runtime UI: Make sure seamless region reapplied on re-entering seamless mode if nothing else has changed.

File:
1 edited

Legend:

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

    r65381 r65444  
    11491149void UIFrameBufferPrivate::handleSetVisibleRegion(const QRegion &region)
    11501150{
    1151     /* Make sure async visible-region has changed: */
    1152     if (m_asyncVisibleRegion == region)
     1151    /* Make sure async visible-region has changed or wasn't yet applied: */
     1152    if (   m_asyncVisibleRegion == region
     1153#ifdef VBOX_WITH_MASKED_SEAMLESS
     1154        && m_asyncVisibleRegion == m_pMachineView->machineWindow()->mask()
     1155#endif /* VBOX_WITH_MASKED_SEAMLESS */
     1156           )
    11531157        return;
    11541158
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