]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes.
authorouv <ouv@opencascade.com>
Tue, 29 Nov 2005 15:17:05 +0000 (15:17 +0000)
committerouv <ouv@opencascade.com>
Tue, 29 Nov 2005 15:17:05 +0000 (15:17 +0000)
src/OBJECT/VISU_GaussPtsSettings.cxx

index d7e5d1ea17bc408b1fa8c8e1d087baea0d09b8b3..b434371ae9e54f6e8686afc72be4f648ddba4d8e 100644 (file)
@@ -69,7 +69,7 @@ VISU_OutsideCursorSettings::VISU_OutsideCursorSettings()
   this->Uniform                = false;
   this->Color[0]               = -1;
   this->Color[1]               = -1;
-  this->Color[1]               = -1;
+  this->Color[2]               = -1;
 }
 
 VISU_OutsideCursorSettings::~VISU_OutsideCursorSettings()
@@ -86,7 +86,7 @@ VISU_PickingSettings::VISU_PickingSettings()
   this->PointTolerance         = -1;
   this->Color[0]               = -1;
   this->Color[1]               = -1;
-  this->Color[1]               = -1;
+  this->Color[2]               = -1;
   this->InfoWindowTransparency = -1;
   this->InfoWindowPosition     = -1;
   this->ZoomFactor             = -1;