Salome HOME
lots 3,8
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.cxx
index 17cc1e0bdec7df73443acf893b03d441b966d89f..16e02e74551d12ddc8a3dd26712fbcc68df9ceac 100644 (file)
@@ -1281,7 +1281,7 @@ void HYDROData_PolylineXY::RemoveSection( const int theSectionIndex )
     }
 
     // Remove points that belongs to removed section
-    removePointsLists( theSectionIndex );
+    removePointsLists( theSectionIndex ); //TODO remove colors
   }
 
   Changed( Geom_2d );