From 98bfaefa7d4fc8e3e0b899f010c34dcb1c7e35d9 Mon Sep 17 00:00:00 2001 From: akl Date: Mon, 12 Jan 2009 13:06:43 +0000 Subject: [PATCH] 1) Fix of 20107 issue (EDF 890 VISU : In some cases, Saclarbar and Deformed Shape does not store the component used as scalar). 2) Correct fix of 20094 issue (EDF 895 VISU : ScalarMaponDeformedShape, problems with title). --- src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc b/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc index a2ff8fa5..8fa94e4d 100644 --- a/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc +++ b/src/VISU_I/VISU_DeformedShapeAndScalarMap_i.cc @@ -222,6 +222,10 @@ VISU::DeformedShapeAndScalarMap_i SetScalarField(anOrigin->GetScalarEntity(), aFieldName, anOrigin->GetScalarTimeStampNumber()); + SetTitle(anOrigin->GetTitle()); //fix of 20094 issue + SetScalarMode(anOrigin->GetScalarMode()); // + if(!IsRangeFixed() && IsPipeLineExists()) //fix of 20107 issue + SetSourceRange(); // Update(); } } @@ -360,7 +364,7 @@ VISU::DeformedShapeAndScalarMap_i myScalarFieldName = theFieldName; myScalarTimeStampNumber = theTimeStampNumber; - /*SetTitle(theFieldName);*/ //fix of 20094 issue + SetTitle(theFieldName); SetScalarMode(GetScalarMode()); if(!IsRangeFixed() && IsPipeLineExists()) SetSourceRange(); -- 2.39.2