From: apo Date: Fri, 14 Oct 2005 12:25:53 +0000 (+0000) Subject: Fix on Bug GVIEW10273 X-Git-Tag: TG-D5-38-2003_D2005-20-12~162 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=74592a70785359ec9b9e282acd96a03a875d0d81;p=modules%2Fvisu.git Fix on Bug GVIEW10273 "Clipping planes" functionality works incorrectly. Just to restore fix on Bug PAL8894 T1.5: Clipping stay in 3D Viewer after delete clipping plane --- diff --git a/src/PIPELINE/SALOME_ExtractGeometry.cxx b/src/PIPELINE/SALOME_ExtractGeometry.cxx index 2c6f1ccf..c962e6aa 100755 --- a/src/PIPELINE/SALOME_ExtractGeometry.cxx +++ b/src/PIPELINE/SALOME_ExtractGeometry.cxx @@ -182,6 +182,7 @@ SALOME_ExtractGeometry if(anIsNothingToDo){ GetOutput()->ShallowCopy(GetInput()); + Modified(); return; }