]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Update profile after data import (Bug #212).
authoradv <adv@opencascade.com>
Tue, 10 Dec 2013 07:42:30 +0000 (07:42 +0000)
committeradv <adv@opencascade.com>
Tue, 10 Dec 2013 07:42:30 +0000 (07:42 +0000)
src/HYDROData/HYDROData_Profile.cxx

index 85f5fd72f07ae74bf124245c180134735e364f2b..ea90dad95352e196ea790c819c8a11b22d7e4607 100755 (executable)
@@ -501,8 +501,9 @@ bool HYDROData_Profile::ImportFromFile( OSD_File& theFile )
     else if ( anIsGeoref )
     {
       SetProfilePoints( aPointsXYZ );
-      Update();
     }
+
+    Update();
   }
 
   return aRes;