From: dbv Date: Thu, 19 May 2016 08:20:28 +0000 (+0300) Subject: Issue #1421: For Translation and Rotation now any result body (regardless of the... X-Git-Tag: V_2.3.1~83 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9ab20c57d82697bf83954e32ec57c368a7a4430;p=modules%2Fshaper.git Issue #1421: For Translation and Rotation now any result body (regardless of the shape type) can be selected. --- 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">