]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
SetPreselectionProp() method corrected
authorouv <ouv@opencascade.com>
Tue, 18 Oct 2005 12:32:45 +0000 (12:32 +0000)
committerouv <ouv@opencascade.com>
Tue, 18 Oct 2005 12:32:45 +0000 (12:32 +0000)
src/SVTK/SVTK_View.cxx

index d7a91ca7d805285b65b510dc502dfd2ed3644b32..659809df911c6b98616bec6efeaa71d29cfa08f5 100644 (file)
@@ -243,7 +243,7 @@ SVTK_View
                      const double& theBlue, 
                      const int& theWidth) 
 {
-  GetRenderer()->SetSelectionProp(theRed,theGreen,theBlue,theWidth);
+  GetRenderer()->SetPreselectionProp(theRed,theGreen,theBlue,theWidth);
 }
 
 //----------------------------------------------------------------------------