X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Profile.cxx;h=0c11fc18e92643cfa9401a7717ed1c52fe2022ea;hb=1e9be94cc5ff4ad886099c507462d5b70f6d71f9;hp=bd56d2725f8fad35d384c2c5fa2e32e35d45a3b1;hpb=ef4d7d3d8ca516f771c37459c70597c67edb06d9;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Profile.cxx b/src/HYDROCurveCreator/CurveCreator_Profile.cxx index bd56d272..0c11fc18 100644 --- a/src/HYDROCurveCreator/CurveCreator_Profile.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Profile.cxx @@ -71,7 +71,7 @@ bool CurveCreator_Profile::clearInternal() { // erase curve from the viewer if( myDisplayer ) - myDisplayer->erase(); + myDisplayer->erase( true ); // Delete all allocated data. mySections[ 0 ]->myPoints.clear();