From b9ab20c57d82697bf83954e32ec57c368a7a4430 Mon Sep 17 00:00:00 2001 From: dbv Date: Thu, 19 May 2016 11:20:28 +0300 Subject: [PATCH] Issue #1421: For Translation and Rotation now any result body (regardless of the shape type) can be selected. --- src/FeaturesPlugin/placement_widget.xml | 2 +- src/FeaturesPlugin/rotation_widget.xml | 3 +-- src/FeaturesPlugin/translation_widget.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/FeaturesPlugin/placement_widget.xml b/src/FeaturesPlugin/placement_widget.xml index 7112ff613..482e85803 100644 --- a/src/FeaturesPlugin/placement_widget.xml +++ b/src/FeaturesPlugin/placement_widget.xml @@ -5,7 +5,7 @@ label="Select objects to move" icon="icons/Features/cut_shape.png" tooltip="Select solid objects" - type_choice="" + type_choice="solids objects" concealment="true" > diff --git a/src/FeaturesPlugin/rotation_widget.xml b/src/FeaturesPlugin/rotation_widget.xml index 9cb633f12..1a2fe1c9a 100755 --- a/src/FeaturesPlugin/rotation_widget.xml +++ b/src/FeaturesPlugin/rotation_widget.xml @@ -5,8 +5,7 @@ label="Main objects" icon="icons/Features/cut_shape.png" tooltip="Select solid objects" - type_choice="solid" - use_choice="false" + type_choice="solids objects" concealment="true"> diff --git a/src/FeaturesPlugin/translation_widget.xml b/src/FeaturesPlugin/translation_widget.xml index 29eb3a45d..5164fb758 100644 --- a/src/FeaturesPlugin/translation_widget.xml +++ b/src/FeaturesPlugin/translation_widget.xml @@ -5,7 +5,7 @@ label="Main objects" icon="icons/Features/cut_shape.png" tooltip="Select solid objects" - type_choice="solid" + type_choice="solids objects" concealment="true"> -- 2.39.2