Changeset 83034 in vbox
- Timestamp:
- Feb 10, 2020 2:28:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp
r83008 r83034 860 860 void UIChooserModel::sltCreateNewMachine() 861 861 { 862 /* Check if action is enabled: */ 863 if (!actionPool()->action(UIActionIndexST_M_Machine_S_New)->isEnabled()) 862 /* Check if at least one of actions is enabled: */ 863 if ( !actionPool()->action(UIActionIndexST_M_Welcome_S_New)->isEnabled() 864 && !actionPool()->action(UIActionIndexST_M_Machine_S_New)->isEnabled() 865 && !actionPool()->action(UIActionIndexST_M_Group_S_New)->isEnabled()) 864 866 return; 865 867
Note:
See TracChangeset
for help on using the changeset viewer.

