From dac68ef57629dd880bdc795372e76202f55f1617 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 27 Nov 2008 09:50:45 +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..0c81c858 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