Salome HOME
#662: test for land cover map presentation
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Tool.cxx
index 3ea16053cfb78ad53b7e4eafadfce918bc4a4bb5..6cc4ae17009cd18d049be5fbea233d8d5a6b88b0 100644 (file)
@@ -662,7 +662,7 @@ QColor HYDROGUI_Tool::GenerateFillingColor( HYDROGUI_Module*   theModule,
 QColor HYDROGUI_Tool::GenerateFillingColor( const Handle(HYDROData_Document)& theDoc,
                                             const QStringList&                theZoneNames )
 {
-  QColor aFillingColor( HYDROData_ImmersibleZone::DefaultFillingColor() );
+  QColor aFillingColor( Qt::darkBlue );
 
   int aCounter = 0;
   int aR = 0, aG = 0, aB = 0;