]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
The incorrect behavior:
authornds <natalia.donis@opencascade.com>
Mon, 8 Dec 2014 15:13:06 +0000 (18:13 +0300)
committernds <natalia.donis@opencascade.com>
Mon, 8 Dec 2014 15:13:06 +0000 (18:13 +0300)
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

index d21d25f0a835ed19efefaa56446cf9425e840b4c..75f60a992b4a497aeb19f0b937a0cb3f4488f156 100644 (file)
@@ -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;
     }