From: apo Date: Tue, 16 Jan 2007 14:07:28 +0000 (+0000) Subject: To fix a regression "on change pipeline input" X-Git-Tag: WP1_2_3_17-01-2007_Data_format_at_entry_of_visualization_pipeline~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c8baa3d0747a762f5a3fe5bf462c3c7b1a298b65;p=modules%2Fvisu.git To fix a regression "on change pipeline input" --- 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(); }