]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Remove calling of the virtual ScalarMapPL::Update on in the ::Build method. It should...
authorapo <apo@opencascade.com>
Thu, 26 Jan 2006 07:59:03 +0000 (07:59 +0000)
committerapo <apo@opencascade.com>
Thu, 26 Jan 2006 07:59:03 +0000 (07:59 +0000)
src/PIPELINE/VISU_ScalarMapPL.cxx

index 42daa1bc099206e9907686221daf4bd630d63eff..daaa24e689af776bfd498cc6b9c65aed5d312303 100644 (file)
@@ -217,7 +217,6 @@ VISU_ScalarMapPL
 ::Build() 
 {
   myMapper->SetInput(DoHook());
-  Update();
 }