From: azv Date: Thu, 24 Mar 2016 07:55:14 +0000 (+0300) Subject: Update mirrored objects when deselect and select again X-Git-Tag: V_2.3.0~371 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6ca72fa8af99194daf2a31769eb47a69fff7110;p=modules%2Fshaper.git Update mirrored objects when deselect and select again --- diff --git a/src/SketchSolver/SketchSolver_ConstraintMirror.cpp b/src/SketchSolver/SketchSolver_ConstraintMirror.cpp index 977060d6f..509404940 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMirror.cpp +++ b/src/SketchSolver/SketchSolver_ConstraintMirror.cpp @@ -119,7 +119,7 @@ void SketchSolver_ConstraintMirror::update() process(); return; } - //SketchSolver_Constraint::update(); + adjustConstraint(); } void SketchSolver_ConstraintMirror::adjustConstraint()