From 30b9724968e292c8c498ded638db0564d217051a Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 21 Jan 2015 16:34:49 +0300 Subject: [PATCH] Increase tolerance for sketch contour closing --- 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 6af2c5094..f9d8fcf6b 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.cpp +++ b/src/PartSet/PartSet_WidgetPoint2d.cpp @@ -259,7 +259,7 @@ void PartSet_WidgetPoint2D::onMouseRelease(ModuleBase_IViewWindow* theWnd, QMous QList aIgnore; aIgnore.append(feature()); - double aTolerance = aView->Convert(4); + double aTolerance = aView->Convert(7); std::shared_ptr aAttrPnt = PartSet_Tools::findAttributePoint(mySketch, aX, anY, aTolerance, aIgnore); if (aAttrPnt.get() != NULL) { -- 2.39.2