Salome HOME
Define user preferences for sketch operation cursor
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index 5b50689714efd32cde8bd4584cae4d8411858834..feeda8b7185350a10e14402a6d8e818779ea7187 100644 (file)
@@ -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);
+  }
 }
 
 //******************************************************