Salome HOME
Fix for the feature #6: Update of objects (T 1.2): For objects which need updating...
authorrkv <rkv@opencascade.com>
Wed, 4 Dec 2013 07:08:39 +0000 (07:08 +0000)
committerrkv <rkv@opencascade.com>
Wed, 4 Dec 2013 07:08:39 +0000 (07:08 +0000)
src/HYDROGUI/HYDROGUI_Zone.cxx

index 26aa2f08878e24ebc3d2992d8233402d8533ce05..189394cf0c9afb124951837f9322ffc0e9bd625f 100644 (file)
@@ -202,7 +202,7 @@ QColor HYDROGUI_Zone::color( const ColorRole theColorRole, const int theColumnId
   }
   if ( !aRes.isValid() )
   {
-    aRes = LightApp_DataObject::color( theColorRole, theColumnId );
+    aRes = HYDROGUI_DataObject::color( theColorRole, theColumnId );
   }
   return aRes;
 }