]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
0020735: EDF 1308 VISU: Gauss point picking not possible when a mesh representation...
authorouv <ouv@opencascade.com>
Wed, 3 Mar 2010 12:54:41 +0000 (12:54 +0000)
committerouv <ouv@opencascade.com>
Wed, 3 Mar 2010 12:54:41 +0000 (12:54 +0000)
src/SVTK/SVTK_InteractorStyle.cxx

index 4336965e0186d7646279ef0ea7eba3ed7e1bd765..e44901d197dbfb24f350b4aa98b984f0f0fdfe7f 100644 (file)
@@ -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;