X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_DummyObject3D.cxx;h=1b62d3bda541cdecb1c1b6b5ea2f7fff37036718;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=d8af281cfbb109eb51f28ef7ae587a925962e707;hpb=89c9794998495fcd82e49e22a75502367de46bd5;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_DummyObject3D.cxx b/src/HYDROData/HYDROData_DummyObject3D.cxx index d8af281c..1b62d3bd 100644 --- a/src/HYDROData/HYDROData_DummyObject3D.cxx +++ b/src/HYDROData/HYDROData_DummyObject3D.cxx @@ -61,7 +61,7 @@ TopoDS_Shape HYDROData_DummyObject3D::GetShape() const QColor HYDROData_DummyObject3D::GetFillingColor() const { - QColor aResColor( HYDROData_Object::DefaultFillingColor() ); + QColor aResColor( Qt::yellow ); Handle(HYDROData_Object) aFatherObj = GetObject(); if ( !aFatherObj.IsNull() ) @@ -72,7 +72,7 @@ QColor HYDROData_DummyObject3D::GetFillingColor() const QColor HYDROData_DummyObject3D::GetBorderColor() const { - QColor aResColor( HYDROData_Object::DefaultBorderColor() ); + QColor aResColor( Qt::transparent ); Handle(HYDROData_Object) aFatherObj = GetObject(); if ( !aFatherObj.IsNull() )