VirtualBox

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


Ignore:
Timestamp:
Apr 22, 2010 6:44:52 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60461
Message:

FE/Qt4: new core: update the additional screens on reset

File:
1 edited

Legend:

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

    r28610 r28613  
    986986    if (vboxProblem().confirmVMReset(0))
    987987        session().GetConsole().Reset();
     988
     989    /* TODO_NEW_CORE: On reset the additional screens didn't get a display
     990       update. Emulate this for now until it get fixed. */
     991    ulong uMonitorCount = session().GetMachine().GetMonitorCount();
     992    for (ulong uScreenId = 1; uScreenId < uMonitorCount; ++uScreenId)
     993        machineWindows().at(uScreenId)->machineWindow()->update();
    988994}
    989995
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette