]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To update picking settings
authorapo <apo@opencascade.com>
Tue, 18 Oct 2005 15:41:31 +0000 (15:41 +0000)
committerapo <apo@opencascade.com>
Tue, 18 Oct 2005 15:41:31 +0000 (15:41 +0000)
src/OBJECT/VISU_GaussPtsAct.cxx
src/OBJECT/VISU_GaussPtsAct.h

index 98620e9ffc9dfad4aa1e00312bbaed4b9c9fcce3..67eef5ef0d0d518185465b8c7f0a3c25e5fdfd1d 100644 (file)
@@ -614,7 +614,7 @@ bool VISU_GaussPtsAct::Highlight(vtkInteractorStyle* theInteractorStyle,
 //==================================================================
 void
 VISU_GaussPtsAct
-::highlight(bool theIsHighlight)
+::Highlight(bool theIsHighlight)
 {
   myTextActor->SetVisibility(0);
   myCursorPyramidSelected->SetVisibility(0);
@@ -749,6 +749,8 @@ VISU_GaussPtsAct
   myCursorPyramid->SetHeight(aHeight);
   myCursorPyramidSelected->SetHeight(aHeight);
   //
+  Highlight(isHighlighted());
+
   Update();
 }
 
index 64b8c97e1cd02145292f00c46a877bd9e99f4fa5..05accb6e5d607434cb59eba86e38c6ac9e78cd83 100644 (file)
@@ -156,7 +156,7 @@ class VTKOCC_EXPORT VISU_GaussPtsAct : public VISU_Actor
   //----------------------------------------------------------------------------
   virtual
   void
-  highlight(bool theIsHighlight);
+  Highlight(bool theIsHighlight);
  
   virtual
   bool