From cad4044b8c109fe6103a0f477d45950dc6e6f543 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 24 Feb 2016 18:45:13 +0300 Subject: [PATCH] #1329 arc tangent arc mode problem --- src/PartSet/PartSet_SketcherReetntrantMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2