From 23ed2f469d8ab12a5c17cfc0fdccd2c1b8633d47 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 3 Mar 2010 12:54:41 +0000 Subject: [PATCH] 0020735: EDF 1308 VISU: Gauss point picking not possible when a mesh representation is displayed --- src/SVTK/SVTK_InteractorStyle.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SVTK/SVTK_InteractorStyle.cxx b/src/SVTK/SVTK_InteractorStyle.cxx index 4336965e0..e44901d19 100644 --- a/src/SVTK/SVTK_InteractorStyle.cxx +++ b/src/SVTK/SVTK_InteractorStyle.cxx @@ -1050,8 +1050,7 @@ void SVTK_InteractorStyle::onFinishOperation() { if( SALOME_Actor* anActor = SALOME_Actor::SafeDownCast( aVTKActor ) ) { - if( anActor->Highlight( this, aSelectionEvent, true ) && - anActor->isHighlighted() ) + if( anActor->Highlight( this, aSelectionEvent, true ) ) { aHighlightedActor = anActor; break; -- 2.39.2