From: akl Date: Thu, 25 Dec 2008 14:31:09 +0000 (+0000) Subject: Fix of 20094 issue: EDF 895 VISU : ScalarMaponDeformedShape, problems with title. X-Git-Tag: before_mergefrom_BR_V5_IMP_P8_22Jan09~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7303c0cd3bd30bb788db32fb58b927f2d09b3061;p=modules%2Fvisu.git Fix of 20094 issue: EDF 895 VISU : ScalarMaponDeformedShape, problems with title. --- diff --git a/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc b/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc index 54ad4aff..a2ff8fa5 100644 --- a/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc +++ b/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc @@ -360,7 +360,7 @@ VISU::DeformedShapeAndScalarMap_i myScalarFieldName = theFieldName; myScalarTimeStampNumber = theTimeStampNumber; - SetTitle(theFieldName); + /*SetTitle(theFieldName);*/ //fix of 20094 issue SetScalarMode(GetScalarMode()); if(!IsRangeFixed() && IsPipeLineExists()) SetSourceRange();