From fbea36435eadf57d39c8b7b668e58afaaa7a6b2c Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 27 Nov 2008 09:53:12 +0000 Subject: [PATCH] IPAL19188 4x REGRESS: Gauss Viewer. Changing typy of Gauss Points presentation in dialog box doesn?t influence on presentation of points in the Viewer. --- src/PIPELINE/VISU_OpenGLPointSpriteMapper.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } //----------------------------------------------------------------------------- -- 2.39.2