From bf15cecbf2fa33ec01dfc8fdc15f6801a0817c01 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 11 Sep 2019 16:11:44 +0300 Subject: [PATCH] Allow the Intersection and Substraction group features select groups as arguments. --- src/CollectionPlugin/group_intersection_widget.xml | 3 ++- src/CollectionPlugin/group_substraction_widget.xml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/CollectionPlugin/group_intersection_widget.xml b/src/CollectionPlugin/group_intersection_widget.xml index 35cbf714f..98f21d97e 100644 --- a/src/CollectionPlugin/group_intersection_widget.xml +++ b/src/CollectionPlugin/group_intersection_widget.xml @@ -6,7 +6,8 @@ + shape_types="objects" + allow_objects="Group"> diff --git a/src/CollectionPlugin/group_substraction_widget.xml b/src/CollectionPlugin/group_substraction_widget.xml index ebd76f0eb..924e4a631 100644 --- a/src/CollectionPlugin/group_substraction_widget.xml +++ b/src/CollectionPlugin/group_substraction_widget.xml @@ -6,13 +6,15 @@ + shape_types="objects" + allow_objects="Group"> + shape_types="objects" + allow_objects="Group"> -- 2.39.2