]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1550 crash in sketcher: correction for Sketch_3 cycling: edit sketch, select...
authornds <nds@opencascade.com>
Wed, 15 Jun 2016 10:19:22 +0000 (13:19 +0300)
committernds <nds@opencascade.com>
Wed, 15 Jun 2016 10:19:22 +0000 (13:19 +0300)
src/ModelAPI/ModelAPI_Tools.cpp

index f80d20e1b9a9250448009e4923ae56baf8c62eb6..27d6a54d7e5423a0e3e96e58783ab5736d0ee9b4 100755 (executable)
@@ -485,7 +485,7 @@ void findReferences(const std::set<FeaturePtr>& theFeatures,
         theReferences[aFeature] = aFilteredFeatures;
       }
       if (theUseRecursion)
-        findReferences(aSelRefFeatures, theReferences, theUseComposite, theUseRecursion);
+        findReferences(theReferences[aFeature], theReferences, theUseComposite, theUseRecursion);
     }
   }
 }