]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Additional fix for issue 0020085: EDF 874 VISU : Visualize evolution of a variable...
authorouv <ouv@opencascade.com>
Wed, 21 Oct 2009 13:12:51 +0000 (13:12 +0000)
committerouv <ouv@opencascade.com>
Wed, 21 Oct 2009 13:12:51 +0000 (13:12 +0000)
src/SVTK/SALOME_Actor.cxx

index 3aceebf27d1e1bb615a8c276e09dcefe4e6ebd32..920402a610db7a1bcef71fcc5d7a1c3c04d43b78 100644 (file)
@@ -634,7 +634,7 @@ SALOME_Actor
            SVTK_SelectionEvent* theSelectionEvent,
            bool theIsHighlight)
 {
-  if ( !GetPickable() )
+  if ( !GetPickable() || !mySelector )
     return false;
 
   myOutlineActor->SetVisibility( false );