]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not... asl/hydro_porting_741
authorasl <alexander.solovyov@opencascade.com>
Thu, 18 Sep 2014 06:00:04 +0000 (10:00 +0400)
committerasl <alexander.solovyov@opencascade.com>
Thu, 18 Sep 2014 06:00:04 +0000 (10:00 +0400)
src/CurveCreator/CurveCreator_Widget.cxx

index be3e192333fb6d2adbaee9986d4254e44810c43c..e8285e5931007e21ed90f57ea71639835f86dc21 100644 (file)
@@ -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)