Hello,<br><br>I found a bug into vtkInteractorStyle::HighlightActor2D(vtkActor2D *actor2D). In fact, the variable this->PickColor is updated just once when this->PickedActor2D equals NULL. So if you highlight several cells successively<font size="2">, PickColor isn't updated. The cells don't go back to the right color when they are deselected.<br>



<br></font>I join a patch to modify vtkInteractorStyle::HighlightActor2D(vtkActor2D
 *actor2D) to fix the problem.<br><br>Pierre Haritchabalet<br>