Salome HOME
Get altitude from region implementation.
[modules/hydro.git] / src / HYDROData / HYDROData_DummyObject3D.cxx
index d8af281cfbb109eb51f28ef7ae587a925962e707..1b62d3bda541cdecb1c1b6b5ea2f7fff37036718 100644 (file)
@@ -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() )