From dc5e3c97274847805f34a319a3377ba725efa86f Mon Sep 17 00:00:00 2001 From: rkv Date: Wed, 4 Dec 2013 07:08:39 +0000 Subject: [PATCH] Fix for the feature #6: Update of objects (T 1.2): For objects which need updating show exclamation sign and set blue bold italic font. --- src/HYDROGUI/HYDROGUI_Zone.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROGUI/HYDROGUI_Zone.cxx b/src/HYDROGUI/HYDROGUI_Zone.cxx index 26aa2f08..189394cf 100644 --- a/src/HYDROGUI/HYDROGUI_Zone.cxx +++ b/src/HYDROGUI/HYDROGUI_Zone.cxx @@ -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; } -- 2.39.2