From: nds Date: Mon, 8 Dec 2014 15:13:06 +0000 (+0300) Subject: The incorrect behavior: X-Git-Tag: V_0.6.0^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c1389faeedf0fff408892ffa9f8a2fa36ce7130b;p=modules%2Fshaper.git 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. --- 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; }