From: dbv Date: Thu, 26 Jan 2017 16:31:11 +0000 (+0300) Subject: Issue #2001: The list of CutFrom objects is empty after their selection X-Git-Tag: V_2.7.0~304 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0fc732191ab734b184641afda92d024f80da812d;p=modules%2Fshaper.git Issue #2001: The list of CutFrom objects is empty after their selection Changed selection of ExtrusionCut, ExtrusionFuse, RevolutionCut and RevolutionFuse. So now it is not allow local selection. --- diff --git a/src/FeaturesPlugin/extrusioncut_widget.xml b/src/FeaturesPlugin/extrusioncut_widget.xml index bba965f8e..fb9607c85 100755 --- a/src/FeaturesPlugin/extrusioncut_widget.xml +++ b/src/FeaturesPlugin/extrusioncut_widget.xml @@ -88,7 +88,7 @@ label="Cut from:" icon="icons/Features/cut_shape.png" tooltip="Objects to Cut" - type_choice="Solids Compsolids" + type_choice="Objects" use_choice="false" concealment="true"> diff --git a/src/FeaturesPlugin/extrusionfuse_widget.xml b/src/FeaturesPlugin/extrusionfuse_widget.xml index 2a438fa6f..d4105c496 100644 --- a/src/FeaturesPlugin/extrusionfuse_widget.xml +++ b/src/FeaturesPlugin/extrusionfuse_widget.xml @@ -88,7 +88,7 @@ label="Fuse with:" icon="icons/Features/cut_shape.png" tooltip="Objects to Fuse" - type_choice="Solids Compsolids" + type_choice="Objects" use_choice="false" concealment="true"> diff --git a/src/FeaturesPlugin/revolutioncut_widget.xml b/src/FeaturesPlugin/revolutioncut_widget.xml index 9cd9f3692..b9b30d7f2 100644 --- a/src/FeaturesPlugin/revolutioncut_widget.xml +++ b/src/FeaturesPlugin/revolutioncut_widget.xml @@ -88,7 +88,7 @@ label="Cut from:" icon="icons/Features/cut_shape.png" tooltip="Objects to Cut" - type_choice="Solids Compsolids" + type_choice="Objects" use_choice="false" concealment="true"> diff --git a/src/FeaturesPlugin/revolutionfuse_widget.xml b/src/FeaturesPlugin/revolutionfuse_widget.xml index b2a0843aa..5afe59cfa 100644 --- a/src/FeaturesPlugin/revolutionfuse_widget.xml +++ b/src/FeaturesPlugin/revolutionfuse_widget.xml @@ -88,7 +88,7 @@ label="Fuse with:" icon="icons/Features/cut_shape.png" tooltip="Objects to Fuse" - type_choice="Solids Compsolids" + type_choice="Objects" use_choice="false" concealment="true">