]> 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:53:12 +0000 (09:53 +0000)
committerdmv <dmv@opencascade.com>
Thu, 27 Nov 2008 09:53:12 +0000 (09:53 +0000)
src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx

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