VirtualBox

Changeset 27077 in vbox


Ignore:
Timestamp:
Mar 5, 2010 12:10:21 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: using the same seamless mode entering rule as for fullscreen.

File:
1 edited

Legend:

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

    r27056 r27077  
    260260            case QEvent::Resize:
    261261            {
     262                /* Send guest-resize hint only if top window resizing to required dimension: */
     263                QResizeEvent *pResizeEvent = static_cast<QResizeEvent*>(pEvent);
     264                if (pResizeEvent->size() != availableGeometry().size())
     265                    break;
     266
    262267                /* Set the "guest needs to resize" hint.
    263268                 * This hint is acted upon when (and only when) the autoresize property is "true": */
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