From: dmv Date: Thu, 27 Nov 2008 09:53:12 +0000 (+0000) Subject: IPAL19188 4x REGRESS: Gauss Viewer. Changing typy of Gauss Points presentation in... X-Git-Tag: V5_1_0rc2~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fbea36435eadf57d39c8b7b668e58afaaa7a6b2c;p=modules%2Fvisu.git IPAL19188 4x REGRESS: Gauss Viewer. Changing typy of Gauss Points presentation in dialog box doesn?t influence on presentation of points in the Viewer. --- diff --git a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx index 8713339f..fffd5094 100755 --- a/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx +++ b/src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx @@ -352,6 +352,7 @@ void VISU_OpenGLPointSpriteMapper::SetPrimitiveType( int thePrimitiveType ) return; this->PrimitiveType = thePrimitiveType; + this->Modified(); } //-----------------------------------------------------------------------------