]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2988: Do non start editing of current operation by Enter key
authorvsv <vsv@opencascade.com>
Tue, 3 Sep 2019 09:50:19 +0000 (12:50 +0300)
committervsv <vsv@opencascade.com>
Tue, 3 Sep 2019 09:50:19 +0000 (12:50 +0300)
src/PartSet/PartSet_SketcherReentrantMgr.cpp

index 1e117834c1c9001ea113dde6092dbed8f8f04625..60134597f37250120035825e71ac8e5ecc405b64 100644 (file)
@@ -397,7 +397,9 @@ bool PartSet_SketcherReentrantMgr::processEnter(const std::string& thePreviousAt
 
   if (!isSketchSolverError) {
     myRestartingMode = RM_EmptyFeatureUsed;
-    isDone = startInternalEdit(thePreviousAttributeID);
+    // It seems that the call is obsolete for Enter key processing
+    // It prevent finalysing of the current operation by Enter key
+    //isDone = startInternalEdit(thePreviousAttributeID);
   }
 
   return isDone;