From: isn Date: Mon, 9 Jan 2017 11:26:44 +0000 (+0300) Subject: refs #1108 X-Git-Tag: Salome_8_3_Hydro_1_1rc1~63^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6a3a9c54f0eeb9c07caa8695daf9ef424130684;p=modules%2Fhydro.git refs #1108 --- diff --git a/src/HYDROData/HYDROData_Stream.cxx b/src/HYDROData/HYDROData_Stream.cxx index 2f85c424..5ba187ec 100644 --- a/src/HYDROData/HYDROData_Stream.cxx +++ b/src/HYDROData/HYDROData_Stream.cxx @@ -536,6 +536,8 @@ bool HYDROData_Stream::AddProfile( const Handle(HYDROData_Profile)& theProfile ) int aProfileIndex = insertParameter( aPar ); insertProfileInToOrder( theProfile, aProfileIndex ); + + DTM()->SetProfiles( GetProfiles() ); // Indicate model of the need to update the stream presentation Changed( Geom_3d );