From b6a3a9c54f0eeb9c07caa8695daf9ef424130684 Mon Sep 17 00:00:00 2001 From: isn Date: Mon, 9 Jan 2017 14:26:44 +0300 Subject: [PATCH] refs #1108 --- src/HYDROData/HYDROData_Stream.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 ); -- 2.39.2