VirtualBox

Changeset 84337 in vbox


Ignore:
Timestamp:
May 18, 2020 4:45:28 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Allow to terminate cloud VM in any editable state including running one.

File:
1 edited

Legend:

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

    r84272 r84337  
    23552355{
    23562356    foreach (UIVirtualMachineItem *pItem, items)
    2357         if (pItem->isItemSaved() && pItem->isItemEditable())
     2357        if (   (   pItem->isItemSaved()
     2358                || pItem->itemType() == UIVirtualMachineItemType_CloudReal)
     2359            && pItem->isItemEditable())
    23582360            return true;
    23592361    return false;
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