]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
*** empty log message ***
authorouv <ouv@opencascade.com>
Tue, 4 Oct 2005 13:47:19 +0000 (13:47 +0000)
committerouv <ouv@opencascade.com>
Tue, 4 Oct 2005 13:47:19 +0000 (13:47 +0000)
src/VVTK/VVTK_SegmentationCursorDlg.cxx

index 0ee2af0c28a7ff0900633aaa9b5b14c187872960..6eda01624e9bda696e563cef7553dc0f102cc2b4 100644 (file)
@@ -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;