VirtualBox

Changeset 108551 in vbox


Ignore:
Timestamp:
Mar 13, 2025 5:34:40 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167948
Message:

FE/Qt: bugref:10814: VBox Manager / Tools pane: Update machine tools menu same way as global tools menu on startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIGlobalToolsWidget.cpp

    r108550 r108551  
    363363    sltHandleToolsMenuIndexChange(toolMenu()->toolsType(UIToolClass_Machine));
    364364
    365     /* Update tools restrictions: */
    366     emit sigToolMenuUpdate();
     365    /* Update Global tools restrictions: */
     366    sltHandleGlobalToolMenuUpdate();
     367    /* Update Machine tools restrictions for currently selected item: */
     368    UIVirtualMachineItem *pItem = machineToolsWidget()->currentItem();
     369    if (pItem)
     370        sltHandleMachineToolMenuUpdate(pItem);
    367371}
    368372
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