From: nds Date: Wed, 15 Jun 2016 10:19:22 +0000 (+0300) Subject: Issue #1550 crash in sketcher: correction for Sketch_3 cycling: edit sketch, select... X-Git-Tag: V_2.4.0~107 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b3abde5e54345c4ff5b97eb8ff8d0ac9ba98720;p=modules%2Fshaper.git Issue #1550 crash in sketcher: correction for Sketch_3 cycling: edit sketch, select circle center, call detach from point. --- diff --git a/src/ModelAPI/ModelAPI_Tools.cpp b/src/ModelAPI/ModelAPI_Tools.cpp index f80d20e1b..27d6a54d7 100755 --- a/src/ModelAPI/ModelAPI_Tools.cpp +++ b/src/ModelAPI/ModelAPI_Tools.cpp @@ -485,7 +485,7 @@ void findReferences(const std::set& theFeatures, theReferences[aFeature] = aFilteredFeatures; } if (theUseRecursion) - findReferences(aSelRefFeatures, theReferences, theUseComposite, theUseRecursion); + findReferences(theReferences[aFeature], theReferences, theUseComposite, theUseRecursion); } } }