From 9287aaf501eb042f237bf03d960d6f0d57e9c285 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 18 Sep 2014 10:00:04 +0400 Subject: [PATCH] refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not updated --- src/CurveCreator/CurveCreator_Widget.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CurveCreator/CurveCreator_Widget.cxx b/src/CurveCreator/CurveCreator_Widget.cxx index be3e19233..e8285e593 100644 --- a/src/CurveCreator/CurveCreator_Widget.cxx +++ b/src/CurveCreator/CurveCreator_Widget.cxx @@ -1176,6 +1176,7 @@ void CurveCreator_Widget::removePoint() myCurve->removeSeveralPoints( aPoints ); finishCurveModification( CurveCreator_ICurve::SectionToPointList() ); + mySectionView->reset(); } void CurveCreator_Widget::addNewPoint(const CurveCreator::Coordinates& theCoords) -- 2.39.2