From: adv Date: Tue, 10 Dec 2013 07:42:30 +0000 (+0000) Subject: Update profile after data import (Bug #212). X-Git-Tag: BR_hydro_v_0_5~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f5f77f9b23096d8b69a053987769ef3873791712;p=modules%2Fhydro.git Update profile after data import (Bug #212). --- diff --git a/src/HYDROData/HYDROData_Profile.cxx b/src/HYDROData/HYDROData_Profile.cxx index 85f5fd72..ea90dad9 100755 --- a/src/HYDROData/HYDROData_Profile.cxx +++ b/src/HYDROData/HYDROData_Profile.cxx @@ -501,8 +501,9 @@ bool HYDROData_Profile::ImportFromFile( OSD_File& theFile ) else if ( anIsGeoref ) { SetProfilePoints( aPointsXYZ ); - Update(); } + + Update(); } return aRes;