From: nds Date: Wed, 24 Feb 2016 15:45:13 +0000 (+0300) Subject: #1329 arc tangent arc mode problem X-Git-Tag: V_2.2.0~74 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cad4044b8c109fe6103a0f477d45950dc6e6f543;p=modules%2Fshaper.git #1329 arc tangent arc mode problem --- diff --git a/src/PartSet/PartSet_SketcherReetntrantMgr.cpp b/src/PartSet/PartSet_SketcherReetntrantMgr.cpp index e063f05da..3bd8a61b1 100755 --- a/src/PartSet/PartSet_SketcherReetntrantMgr.cpp +++ b/src/PartSet/PartSet_SketcherReetntrantMgr.cpp @@ -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();