From: nds Date: Fri, 11 Mar 2016 08:48:47 +0000 (+0300) Subject: Issue 1302 Restricting preselection to the first argument only. It is provided for... X-Git-Tag: V_2.3.0~388 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6d94b974d91c9bd139c2aa62b211434a50c870b;p=modules%2Fshaper.git Issue 1302 Restricting preselection to the first argument only. It is provided for Fillet/Mirror/Multi-Rotation/Multi-Translation. --- diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 2eb9cffe1..5f55de2c6 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -117,7 +117,8 @@ + type_choice="Vertices" + greed ="true"> @@ -389,7 +390,8 @@ label="Segments:" tooltip="Select list of translating objects" type_choice="Edges" - use_external="true"> + use_external="true" + greed ="true"> @@ -451,7 +453,8 @@ label="Segments:" tooltip="Select list of rotating objects" type_choice="Edges" - use_external="true"> + use_external="true" + greed ="true">