]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL19188 4x REGRESS: Gauss Viewer. Changing typy of Gauss Points presentation in...
authordmv <dmv@opencascade.com>
Thu, 27 Nov 2008 09:50:45 +0000 (09:50 +0000)
committerdmv <dmv@opencascade.com>
Thu, 27 Nov 2008 09:50:45 +0000 (09:50 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

index 8713339ff43c92e3e8a37dbc76bcfcf32d2a3c72..0c81c858a4a34b265e25e2425e66fed127365d4e 100755 (executable)
@@ -352,6 +352,7 @@ void VISU_OpenGLPointSpriteMapper::SetPrimitiveType( int thePrimitiveType )
     return;
 
   this->PrimitiveType = thePrimitiveType;
+  this->Modified();  
 }
 
 //-----------------------------------------------------------------------------