VirtualBox

Ignore:
Timestamp:
Jul 21, 2020 9:49:12 AM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9686, bugref:9510. Dont add the tool to the restricted tools list twice.

File:
1 edited

Legend:

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

    r85396 r85397  
    939939    const bool fCurrentItemIsOk = pItem && pItem->accessible();
    940940
    941     /* Update machine 1tools restrictions: */
     941    /* Update machine tools restrictions: */
    942942    QList<UIToolType> retrictedTypes;
    943943    if (pItem && pItem->itemType() != UIVirtualMachineItemType_Local)
     
    947947            m_pPaneTools->setToolsType(UIToolType_Details);
    948948    }
    949     if (pItem && !pItem->isItemRunning())
     949    else if (pItem && !pItem->isItemRunning())
    950950    {
    951951        retrictedTypes << UIToolType_PerformanceMonitor;
Note: See TracChangeset for help on using the changeset viewer.

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