From: ouv Date: Tue, 16 Jun 2009 10:34:06 +0000 (+0000) Subject: Fix of 0020383: EDF 1049 VISU : DisplayOnly, EraseAll, ...do not work with Python X-Git-Tag: V5_1_2rc3~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eaf5bc8036e44b8ff65bb4f6edd8f8f9148433a3;p=modules%2Fgui.git Fix of 0020383: EDF 1049 VISU : DisplayOnly, EraseAll, ...do not work with Python --- 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 } /*!