X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.cpp;h=feeda8b7185350a10e14402a6d8e818779ea7187;hb=5cd9804b0680fcf9c89c4265964679e36c015773;hp=5b50689714efd32cde8bd4584cae4d8411858834;hpb=d9b2fd28e94483abadcd9ceb984df2e36cfaadc2;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 5b5068971..feeda8b71 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -459,9 +459,9 @@ void PartSet_Module::updateSketcherOnStart(ModuleBase_Operation* theOperation) } // It is switched off because of // Task #3067: 5.2.2 Drawing in the sketcher: change the mouse cursor arrow - //else if (sketchMgr()->isNestedSketchOperation(theOperation)) { - // mySketchMgr->startNestedSketch(theOperation); - //} + else if (sketchMgr()->isNestedSketchOperation(theOperation)) { + mySketchMgr->startNestedSketch(theOperation); + } } //******************************************************