From 04474084d08784e61568d315a4045722fedad9a9 Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 20 Dec 2013 08:43:19 +0000 Subject: [PATCH] A fix for a refs #266 - Point insertion in a polyline with type spline --- src/HYDROCurveCreator/CurveCreator_Widget.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } /** -- 2.39.2