- Timestamp:
- May 20, 2020 1:57:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp
r84400 r84402 730 730 return true; 731 731 } 732 /* For cloud items: */732 /* For profiles inside provider and providers inside root group: */ 733 733 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)) 736 738 { 737 739 /* Make sure passed item is ours: */
Note:
See TracChangeset
for help on using the changeset viewer.