From eaf5bc8036e44b8ff65bb4f6edd8f8f9148433a3 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 16 Jun 2009 10:34:06 +0000 Subject: [PATCH] Fix of 0020383: EDF 1049 VISU : DisplayOnly, EraseAll, ...do not work with Python --- src/SVTK/SALOME_Actor.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SVTK/SALOME_Actor.cxx b/src/SVTK/SALOME_Actor.cxx index cb64c5e63..7b086a635 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -884,6 +884,8 @@ void SALOME_Actor ::UpdateNameActors() { + // the code is temporarily disabled due to bug 20383 +#ifdef FEATURE_19818 if( vtkRenderer* aRenderer = GetRenderer() ) { int anOffset[2] = { 0, 0 }; @@ -907,6 +909,7 @@ SALOME_Actor } } myNameActor->SetVisibility( GetVisibility() && IsDisplayNameActor() ); +#endif } /*! -- 2.39.2