From c8baa3d0747a762f5a3fe5bf462c3c7b1a298b65 Mon Sep 17 00:00:00 2001 From: apo Date: Tue, 16 Jan 2007 14:07:28 +0000 Subject: [PATCH] To fix a regression "on change pipeline input" --- src/PIPELINE/VISU_PipeLine.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PIPELINE/VISU_PipeLine.cxx b/src/PIPELINE/VISU_PipeLine.cxx index baf38b5e..cf976dce 100644 --- a/src/PIPELINE/VISU_PipeLine.cxx +++ b/src/PIPELINE/VISU_PipeLine.cxx @@ -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(); } -- 2.39.2