Salome HOME
refs #613: duplicated names
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.cxx
index 7e7f3314dd378a8886e00c3015d736df8c996b85..f7132b32b5f0092ce14c41e1340d477b9b95c76e 100644 (file)
@@ -31,7 +31,6 @@
 #include <HYDROData_ShapesGroup.h>
 #include <HYDROData_Stream.h>
 #include <HYDROData_Zone.h>
-#include <HYDROData_LandCover.h>
 
 #include <AIS_Shape.hxx>
 #include <BRep_Builder.hxx>
@@ -224,8 +223,8 @@ void HYDROGUI_Shape::update( bool isUpdateViewer,
       }
       else
       {
-               // Set the filling color for zone
-               setFillingColor( aZone->GetColor(HYDROData_ImmersibleZone::DefaultFillingColor()) );
+                   // Set the filling color for zone
+        setFillingColor( aZone->GetColor( Qt::darkBlue ) );
       }
     }
     else if ( myObject->IsKind( STANDARD_TYPE(HYDROData_Profile) ) )