From: apo Date: Thu, 26 Jan 2006 07:59:03 +0000 (+0000) Subject: Remove calling of the virtual ScalarMapPL::Update on in the ::Build method. It should... X-Git-Tag: mergeto_trunk_07Feb06~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41bba074dba4dc52abb8ff6fd1ce3d537e0112c1;p=modules%2Fvisu.git Remove calling of the virtual ScalarMapPL::Update on in the ::Build method. It should be called explicitly --- diff --git a/src/PIPELINE/VISU_ScalarMapPL.cxx b/src/PIPELINE/VISU_ScalarMapPL.cxx index 42daa1bc..daaa24e6 100644 --- a/src/PIPELINE/VISU_ScalarMapPL.cxx +++ b/src/PIPELINE/VISU_ScalarMapPL.cxx @@ -217,7 +217,6 @@ VISU_ScalarMapPL ::Build() { myMapper->SetInput(DoHook()); - Update(); }