Salome HOME
unified access to default colors
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.cxx
index edce573b2294e7e2bd3bc4afe9f68df1566c1e42..29150b4f3130c49f90181f3d703b4cb38597561f 100644 (file)
@@ -1339,7 +1339,7 @@ QColor HYDROGUI_CalculationOp::GenerateDefaultZonesColor( int theIndex,
   int r = aColor.red();
   int g = aColor.green();
   int b = aColor.blue();
-  return ( aColor.isValid() ? aColor : HYDROData_ImmersibleZone::DefaultFillingColor() );
+  return ( aColor.isValid() ? aColor : Qt::darkBlue );
 }
 
 void HYDROGUI_CalculationOp::setRules( HYDROData_CalculationCase::DataTag theDataTag )