VirtualBox

Changeset 58896 in vbox


Ignore:
Timestamp:
Nov 27, 2015 10:21:07 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: ​bugref:6478: Runtime UI: Machine View: UI Session: Suppress guest-screen update when VM is in saving state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h

    r58894 r58896  
    233233    /** Returns whether guest-screen is undrawable.
    234234     *  @todo: extend this method to all the states when guest-screen is undrawable. */
    235     bool isGuestScreenUnDrawable() const { return machineState() == KMachineState_Stopping; }
     235    bool isGuestScreenUnDrawable() const { return machineState() == KMachineState_Stopping ||
     236                                                  machineState() == KMachineState_Saving; }
    236237
    237238    /* Returns existing framebuffer for the given screen-number;
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