VirtualBox

Changeset 84402 in vbox for trunk/src


Ignore:
Timestamp:
May 20, 2020 1:57:03 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Allow to d&d cloud providers inside root group as well; That's missed part of r137413 commit.

File:
1 edited

Legend:

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

    r84400 r84402  
    730730            return true;
    731731        }
    732         /* For cloud items: */
     732        /* For profiles inside provider and providers inside root group: */
    733733        else
    734         if (   groupType() == UIChooserNodeGroupType_Provider
    735             && pGroupItem->groupType() == UIChooserNodeGroupType_Profile)
     734        if (   (   groupType() == UIChooserNodeGroupType_Provider
     735                && pGroupItem->groupType() == UIChooserNodeGroupType_Profile)
     736            || (   groupType() == UIChooserNodeGroupType_Local
     737                   && pGroupItem->groupType() == UIChooserNodeGroupType_Provider))
    736738        {
    737739            /* Make sure passed item is ours: */
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