From: rkv Date: Wed, 4 Dec 2013 07:08:39 +0000 (+0000) Subject: Fix for the feature #6: Update of objects (T 1.2): For objects which need updating... X-Git-Tag: BR_hydro_v_0_4~64 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc5e3c97274847805f34a319a3377ba725efa86f;p=modules%2Fhydro.git 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. --- 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; }