Changeset 50299 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 31, 2014 12:21:40 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91974
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r50191 r50299 1443 1443 if (pDialog) 1444 1444 delete pDialog; 1445 1446 /* We can't rely on MediumChange events as they are not yet properly implemented within Main. 1447 * We can't watch for MachineData change events as well as they are of broadcast type 1448 * and console event-handler do not processing broadcast events. 1449 * But we still want to be updated after possible medium changes at least if they were 1450 * originated from our side. */ 1451 foreach (UIMachineWindow *pMachineWindow, machineWindows()) 1452 pMachineWindow->updateAppearanceOf(UIVisualElement_HDStuff | UIVisualElement_CDStuff | UIVisualElement_FDStuff); 1445 1453 } 1446 1454
Note:
See TracChangeset
for help on using the changeset viewer.