From: asl Date: Thu, 18 Sep 2014 06:00:04 +0000 (+0400) Subject: refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fasl%2Fhydro_porting_741;p=modules%2Fgeom.git refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not updated --- 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)