From d87775be56fa359a5804e8c07c0ca11864a076e3 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 4 Oct 2005 13:47:19 +0000 Subject: [PATCH] *** empty log message *** --- src/VVTK/VVTK_SegmentationCursorDlg.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/VVTK/VVTK_SegmentationCursorDlg.cxx b/src/VVTK/VVTK_SegmentationCursorDlg.cxx index 0ee2af0c..6eda0162 100644 --- a/src/VVTK/VVTK_SegmentationCursorDlg.cxx +++ b/src/VVTK/VVTK_SegmentationCursorDlg.cxx @@ -400,10 +400,8 @@ void VVTK_SegmentationCursorDlg::onColorButtonPressed() void VVTK_SegmentationCursorDlg::UpdateOutsideCursor() { float aClamp = 200.0; - //QString aMainTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/sprite_texture.bmp"; - //QString anAlphaTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/sprite_alpha.bmp"; - QString aMainTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/smile.bmp"; - QString anAlphaTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/smile.bmp"; + QString aMainTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/sprite_texture.bmp"; + QString anAlphaTexture = QString( getenv( "VISU_ROOT_DIR") ) + "/share/salome/resources/sprite_alpha.bmp"; float anAlphaThreshold = 0.1; float aSize = 0.25; QColor aColor = Qt::blue; -- 2.39.2