From: ouv Date: Tue, 18 Oct 2005 12:32:45 +0000 (+0000) Subject: SetPreselectionProp() method corrected X-Git-Tag: TG-D5-38-2003_D2005-29-12~58 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ad1d682f5d9718d11e20f79b84028d75a78239c;p=modules%2Fgui.git SetPreselectionProp() method corrected --- diff --git a/src/SVTK/SVTK_View.cxx b/src/SVTK/SVTK_View.cxx index d7a91ca7d..659809df9 100644 --- a/src/SVTK/SVTK_View.cxx +++ b/src/SVTK/SVTK_View.cxx @@ -243,7 +243,7 @@ SVTK_View const double& theBlue, const int& theWidth) { - GetRenderer()->SetSelectionProp(theRed,theGreen,theBlue,theWidth); + GetRenderer()->SetPreselectionProp(theRed,theGreen,theBlue,theWidth); } //----------------------------------------------------------------------------