From: nds Date: Thu, 3 Sep 2015 08:39:15 +0000 (+0300) Subject: Fix for a crash: Create sketch, circle, Radius constraint with 0 value. X-Git-Tag: V_1.4.0_beta4~141 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dceef187281f0e14b5d1caa25ccd41723cc567c5;p=modules%2Fshaper.git Fix for a crash: Create sketch, circle, Radius constraint with 0 value. It appends a positive value validator in order to solver is not performed when the value is not valid. --- diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 5931d354a..d1ab44b6c 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -98,7 +98,9 @@ - + + +