X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_Projection.cpp;fp=src%2FSketchPlugin%2FSketchPlugin_Projection.cpp;h=254ccafc99899862470662f77a7daa3ce5eacff0;hb=e7936a7615b6be5d69d4428088e6249f541480b8;hp=a0d8090c80bb2c9b515757176c6300227c68983b;hpb=53e5bade3a3fbc5738ff43f53a1636a16d3820e5;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_Projection.cpp b/src/SketchPlugin/SketchPlugin_Projection.cpp index a0d8090c8..254ccafc9 100644 --- a/src/SketchPlugin/SketchPlugin_Projection.cpp +++ b/src/SketchPlugin/SketchPlugin_Projection.cpp @@ -253,7 +253,7 @@ void SketchPlugin_Projection::computeProjection(const std::string& theID) aRefAttr->setObject(aProjection); if (theID == EXTERNAL_FEATURE_ID()) { - selection(EXTERNAL_ID())->setValue(aExtFeature->context(), aExtFeature->value()); + selection(EXTERNAL_ID())->selectValue(aExtFeature); if (aResult) { aResult->setShape(aProjection->lastResult()->shape());