From: dbv Date: Thu, 26 May 2016 13:52:26 +0000 (+0300) Subject: clear_in_neutral_point set to false for Sketch/Fillet feature. X-Git-Tag: V_2.3.1~48 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df93c25ee325e416e7076109e34e99acf7d071c8;p=modules%2Fshaper.git clear_in_neutral_point set to false for Sketch/Fillet feature. --- diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 7c4a4877b..6e9a26dd0 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -98,7 +98,8 @@ label="Points:" tooltip="Select points for fillets" type_choice="Vertices" - greed ="true"> + greed = "true" + clear_in_neutral_point="false">