refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not updated

This commit is contained in:
asl 2014-09-18 10:00:04 +04:00
parent 8f9b04087c
commit 9287aaf501

View File

@ -1176,6 +1176,7 @@ void CurveCreator_Widget::removePoint()
myCurve->removeSeveralPoints( aPoints ); myCurve->removeSeveralPoints( aPoints );
finishCurveModification( CurveCreator_ICurve::SectionToPointList() ); finishCurveModification( CurveCreator_ICurve::SectionToPointList() );
mySectionView->reset();
} }
void CurveCreator_Widget::addNewPoint(const CurveCreator::Coordinates& theCoords) void CurveCreator_Widget::addNewPoint(const CurveCreator::Coordinates& theCoords)