From: rnv Date: Tue, 22 Jul 2008 05:27:30 +0000 (+0000) Subject: Fix for issue 0019932: EDF 789 VISU : Scalarmap on Deformed Shape not Ok in animation... X-Git-Tag: V4_1_0_maintainance_20080723 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a1d029b75499a720b0dbda8d3fe3addb1c44f4e8;p=modules%2Fvisu.git Fix for issue 0019932: EDF 789 VISU : Scalarmap on Deformed Shape not Ok in animation (from DEPL clicking) --- diff --git a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc index 43225594..721e13f6 100644 --- a/src/VISU_I/VISU_ColoredPrs3dCache_i.cc +++ b/src/VISU_I/VISU_ColoredPrs3dCache_i.cc @@ -660,7 +660,7 @@ VISU::ColoredPrs3dCache_i if ( dShape && dShape->GetScalarTimeStampNumber() != theInput.myTimeStampNumber ) { dShape->SetScalarField( dShape->GetScalarEntity(), - dShape->GetFieldName(), theInput.myTimeStampNumber ); + dShape->GetScalarFieldName(), theInput.myTimeStampNumber ); } if(CORBA::is_nil(theView3D))