VirtualBox

Ignore:
Timestamp:
Jan 31, 2014 12:21:40 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91974
Message:

FE/Qt: 6863: Runtime UI: SATA hot-plug support (step 4): Update status-bar indicators.

File:
1 edited

Legend:

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

    r50191 r50299  
    14431443    if (pDialog)
    14441444        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);
    14451453}
    14461454
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