]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
#1329 arc tangent arc mode problem
authornds <nds@opencascade.com>
Wed, 24 Feb 2016 15:45:13 +0000 (18:45 +0300)
committernds <nds@opencascade.com>
Wed, 24 Feb 2016 15:45:13 +0000 (18:45 +0300)
src/PartSet/PartSet_SketcherReetntrantMgr.cpp

index e063f05daaf6f6b59968fa7e299378be53c68c3e..3bd8a61b1a9830fd0076832867ddcca2dcd0bee1 100755 (executable)
@@ -288,7 +288,7 @@ void PartSet_SketcherReetntrantMgr::onVertexSelected()
 
   ModuleBase_Operation* anOperation = myWorkshop->currentOperation();
   std::string anOperationId = anOperation->id().toStdString();
-  if (anOperationId == SketchPlugin_Line::ID()/* || isTangentArc(anOperation)*/) {
+  if (anOperationId == SketchPlugin_Line::ID() || isTangentArc(anOperation)) {
     /// If last line finished on vertex the lines creation sequence has to be break
     ModuleBase_IPropertyPanel* aPanel = anOperation->propertyPanel();
     ModuleBase_ModelWidget* anActiveWidget = aPanel->activeWidget();