Changeset 72256 in vbox
- Timestamp:
- May 18, 2018 10:09:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r72215 r72256 2391 2391 void UISelectorWindow::updateActionsAppearance() 2392 2392 { 2393 /* Get current item(s): */ 2394 UIVMItem *pItem = currentItem(); 2393 /* Get current items: */ 2395 2394 QList<UIVMItem*> items = currentItems(); 2396 2395 … … 2448 2447 actionPool()->action(UIActionIndexST_M_Machine_M_Close_S_PowerOff)->setEnabled(isActionEnabled(UIActionIndexST_M_Machine_M_Close_S_PowerOff, items)); 2449 2448 2449 /* Get current item: */ 2450 UIVMItem *pItem = currentItem(); 2451 2450 2452 /* Start/Show action is deremined by 1st item: */ 2451 2453 if (pItem && pItem->accessible())
Note:
See TracChangeset
for help on using the changeset viewer.