Changeset 28613 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 22, 2010 6:44:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r28610 r28613 986 986 if (vboxProblem().confirmVMReset(0)) 987 987 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(); 988 994 } 989 995
Note:
See TracChangeset
for help on using the changeset viewer.