X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_CalculationOp.cxx;h=97c826ada354267084d96e259e7a1075079b24fa;hb=e744ba34fd38d6744d11b54cd15b6f86350695b2;hp=169d5c26fd13f9cbf914012fc8ea09c778b183b2;hpb=091686637e5b8a5faa6ba788264e20e57a2d74fb;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx index 169d5c26..97c826ad 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx @@ -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 )