From f5f77f9b23096d8b69a053987769ef3873791712 Mon Sep 17 00:00:00 2001 From: adv Date: Tue, 10 Dec 2013 07:42:30 +0000 Subject: [PATCH] Update profile after data import (Bug #212). --- src/HYDROData/HYDROData_Profile.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2