]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix on Bug GVIEW10273
authorapo <apo@opencascade.com>
Fri, 14 Oct 2005 12:25:53 +0000 (12:25 +0000)
committerapo <apo@opencascade.com>
Fri, 14 Oct 2005 12:25:53 +0000 (12:25 +0000)
  "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

index 2c6f1ccf619684e451b86d29ab66f5cba81e1406..c962e6aa866816e661cd866583e76d3d72879dfa 100755 (executable)
@@ -182,6 +182,7 @@ SALOME_ExtractGeometry
 
   if(anIsNothingToDo){
     GetOutput()->ShallowCopy(GetInput());
+    Modified();
     return;
   }