From: apo Date: Tue, 29 Nov 2005 13:42:44 +0000 (+0000) Subject: To fix a regression - selection / preselection does not work X-Git-Tag: TG-D5-38-2003_D2005-20-12~101 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9fa3cd27962eb0a0aa19a5a8de690bb1505ddc73;p=modules%2Fvisu.git To fix a regression - selection / preselection does not work --- diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index 4df910a0..52f01c9f 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -66,6 +66,7 @@ VISU_GaussPointsPL myWarpVector = vtkWarpVector::New(); myCellDataToPointData = vtkCellDataToPointData::New(); + myCellDataToPointData->SetPassCellData(true); } void