From: dmv Date: Thu, 27 Nov 2008 09:50:45 +0000 (+0000) Subject: IPAL19188 4x REGRESS: Gauss Viewer. Changing typy of Gauss Points presentation in... X-Git-Tag: V4_1_0_maintainance_20081128~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dac68ef57629dd880bdc795372e76202f55f1617;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..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(); } //-----------------------------------------------------------------------------