From c1389faeedf0fff408892ffa9f8a2fa36ce7130b Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 8 Dec 2014 18:13:06 +0300 Subject: [PATCH] The incorrect behavior: Create three lines, the last one is to have a tail in the start point of a first line. If while clicking on this finish point we move the mouse, the triangle point is moved after the mouse. --- src/PartSet/PartSet_WidgetPoint2d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PartSet/PartSet_WidgetPoint2d.cpp b/src/PartSet/PartSet_WidgetPoint2d.cpp index d21d25f0a..75f60a992 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.cpp +++ b/src/PartSet/PartSet_WidgetPoint2d.cpp @@ -241,7 +241,6 @@ void PartSet_WidgetPoint2D::onMouseRelease(ModuleBase_IViewWindow* theWnd, QMous PartSet_Tools::setConstraints(mySketch, feature(), attributeID(),aX, aY); emit vertexSelected(aObjects.front(), aShape); - QApplication::processEvents(); emit focusOutWidget(this); return; } -- 2.39.2