From: nds Date: Fri, 20 Dec 2013 08:43:19 +0000 (+0000) Subject: A fix for a refs #266 - Point insertion in a polyline with type spline X-Git-Tag: BR_hydro_v_0_6~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=04474084d08784e61568d315a4045722fedad9a9;p=modules%2Fhydro.git A fix for a refs #266 - Point insertion in a polyline with type spline --- diff --git a/src/HYDROCurveCreator/CurveCreator_Widget.cxx b/src/HYDROCurveCreator/CurveCreator_Widget.cxx index 5880c724..dc2aff37 100644 --- a/src/HYDROCurveCreator/CurveCreator_Widget.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Widget.cxx @@ -1051,6 +1051,7 @@ void CurveCreator_Widget::onMouseRelease( SUIT_ViewWindow*, QMouseEvent* theEven // updates the input panel table to show the selected point coordinates updateLocalPointView(); + updateUndoRedo(); } /**