VirtualBox

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


Ignore:
Timestamp:
May 14, 2010 9:19:26 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: New running VM core: UISession setPause() fix.

File:
1 edited

Legend:

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

    r29219 r29455  
    798798bool UISession::setPause(bool fOn)
    799799{
    800     if (isPaused() == fOn)
    801         return true;
     800    /* Commenting it out as isPaused() could reflect
     801     * quite obsolete state due to synchronization: */
     802    //if (isPaused() == fOn)
     803    //    return true;
    802804
    803805    CConsole console = session().GetConsole();
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