Salome HOME
Fix misprint for previous commit
authorimn <imn@opencascade.com>
Mon, 7 Sep 2015 10:46:58 +0000 (13:46 +0300)
committerimn <imn@opencascade.com>
Mon, 7 Sep 2015 10:46:58 +0000 (13:46 +0300)
src/SVTK/SALOME_Actor.cxx

index 3f87a25658f0d33dfcf4132938477dcaa76a77c6..baa0212ad8f7ec20db423fdd9fc070968dead966 100644 (file)
@@ -468,7 +468,7 @@ SALOME_Actor
       }
       myHighlightActor->SetVisibility( GetVisibility() && theIsHighlight );
     }
-    myHighlightActor->SetMarkerEnabled( mySelectionMode == NodeSelection);
+    myHighlightActor->SetMarkerEnabled( mySelectionMode == NodeSelection );
   }
 
   highlight(theIsHighlight);