X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_VTKPrsShapeDriver.cxx;h=b5cb23932e8c1b7122b9e9d90da076cb31fab9a4;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=cb8d03f9fcc2bba77a80d40eef94b1c8b894b27a;hpb=8d91ebae2ace0c4fa55e2fde4f80dee2bafb41f5;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_VTKPrsShapeDriver.cxx b/src/HYDROGUI/HYDROGUI_VTKPrsShapeDriver.cxx index cb8d03f9..b5cb2393 100644 --- a/src/HYDROGUI/HYDROGUI_VTKPrsShapeDriver.cxx +++ b/src/HYDROGUI/HYDROGUI_VTKPrsShapeDriver.cxx @@ -47,8 +47,6 @@ bool HYDROGUI_VTKPrsShapeDriver::Update( const Handle(HYDROData_Entity)& theObj, thePrs = new HYDROGUI_VTKPrsShape( theObj ); HYDROGUI_VTKPrsShape* aPrsShape = (HYDROGUI_VTKPrsShape*)thePrs; - // Update global colors table during compute if necessary - aPrsShape->setLookupTable( myScalarBar->GetLookupTable() ); aPrsShape->compute(); return true;