Changeset 85397 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 21, 2020 9:49:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManagerWidget.cpp
r85396 r85397 939 939 const bool fCurrentItemIsOk = pItem && pItem->accessible(); 940 940 941 /* Update machine 1tools restrictions: */941 /* Update machine tools restrictions: */ 942 942 QList<UIToolType> retrictedTypes; 943 943 if (pItem && pItem->itemType() != UIVirtualMachineItemType_Local) … … 947 947 m_pPaneTools->setToolsType(UIToolType_Details); 948 948 } 949 if (pItem && !pItem->isItemRunning())949 else if (pItem && !pItem->isItemRunning()) 950 950 { 951 951 retrictedTypes << UIToolType_PerformanceMonitor;
Note:
See TracChangeset
for help on using the changeset viewer.