]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To fix a regression "on change pipeline input"
authorapo <apo@opencascade.com>
Tue, 16 Jan 2007 14:07:28 +0000 (14:07 +0000)
committerapo <apo@opencascade.com>
Tue, 16 Jan 2007 14:07:28 +0000 (14:07 +0000)
src/PIPELINE/VISU_PipeLine.cxx

index baf38b5e3bba53aa1d3344831b73355b983cc88c..cf976dce909c1c7845a79c1b916e54da12548e10 100644 (file)
@@ -97,6 +97,7 @@ VISU_PipeLine
 {
   SetImplicitFunction(thePipeLine->GetImplicitFunction());
   DoShallowCopy(thePipeLine, theIsCopyInput);
+  Update();
 }
 
 
@@ -117,6 +118,7 @@ VISU_PipeLine
 ::SameAs(VISU_PipeLine *thePipeLine)
 {
   DoShallowCopy(thePipeLine, false);
+  Update();
 }