From fc8500ea0a95bcdd8a811b30fc5330d23a2d3618 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 22 Jan 2015 11:50:03 +0300 Subject: [PATCH] Issue #367: Make moved point equal to selected --- src/PartSet/PartSet_WidgetPoint2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_WidgetPoint2d.cpp b/src/PartSet/PartSet_WidgetPoint2d.cpp index f9d8fcf6b..21f885c64 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.cpp +++ b/src/PartSet/PartSet_WidgetPoint2d.cpp @@ -263,7 +263,7 @@ void PartSet_WidgetPoint2D::onMouseRelease(ModuleBase_IViewWindow* theWnd, QMous std::shared_ptr aAttrPnt = PartSet_Tools::findAttributePoint(mySketch, aX, anY, aTolerance, aIgnore); if (aAttrPnt.get() != NULL) { - + aFeaturePoint->setValue(aAttrPnt->pnt()); PartSet_Tools::createConstraint(mySketch, aAttrPnt, aFeaturePoint); emit vertexSelected(); } -- 2.39.2