mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 21:20:33 +05:00
refs #456: bug in HYDRO -- on remove points in sketcher the number of points is not updated
This commit is contained in:
parent
8f9b04087c
commit
9287aaf501
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user