From 74592a70785359ec9b9e282acd96a03a875d0d81 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 14 Oct 2005 12:25:53 +0000 Subject: [PATCH] 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 --- src/PIPELINE/SALOME_ExtractGeometry.cxx | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.2