From: apo Date: Fri, 23 Nov 2007 07:37:40 +0000 (+0000) Subject: Fix for Bug IPAL17688 X-Git-Tag: mergefrom_MERGE_MULTIPR_EVOLUTION_07-Dec-07~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d39e74d64f713ab9b7b9040971d9aefee0d95e15;p=modules%2Fvisu.git Fix for Bug IPAL17688 TC71: REGR: Preferences - ?Generate data table? works wrong --- diff --git a/src/VISU_I/VISU_CutLines_i.cc b/src/VISU_I/VISU_CutLines_i.cc index 88d83cd6..16e05f94 100644 --- a/src/VISU_I/VISU_CutLines_i.cc +++ b/src/VISU_I/VISU_CutLines_i.cc @@ -141,6 +141,9 @@ VISU::CutLines_i const std::string& theFieldName, CORBA::Long theTimeStampNumber) { + SUIT_ResourceMgr* aResourceMgr = VISU::GetResourceMgr(); + SetUseAbsoluteLength( aResourceMgr->booleanValue( "VISU", "use_absolute_length", false ) ); + SetAllCurvesInverted( aResourceMgr->booleanValue( "VISU", "invert_all_curves", false ) ); return TSuperClass::Create(theMeshName,theEntity,theFieldName,theTimeStampNumber); }