]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
A fix for a refs #266 - Point insertion in a polyline with type spline
authornds <nds@opencascade.com>
Fri, 20 Dec 2013 08:43:19 +0000 (08:43 +0000)
committernds <nds@opencascade.com>
Fri, 20 Dec 2013 08:43:19 +0000 (08:43 +0000)
src/HYDROCurveCreator/CurveCreator_Widget.cxx

index 5880c724cfd95d825ec0d82840614a76c23b6acc..dc2aff372fe74bc9bd5d2cb5350693d558321b81 100644 (file)
@@ -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();
 }
 
 /**