X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInteractorStyleNavigator.cxx;h=96c45a4d24cf7d5a6641bf0d311062d315180e99;hb=000ac5b867a708575268c7c823db4fcbe727c2d6;hp=58c88ca57416ea9398e8d9822fb843db73d44c61;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/vv/vvInteractorStyleNavigator.cxx b/vv/vvInteractorStyleNavigator.cxx index 58c88ca..96c45a4 100644 --- a/vv/vvInteractorStyleNavigator.cxx +++ b/vv/vvInteractorStyleNavigator.cxx @@ -280,6 +280,7 @@ void vvInteractorStyleNavigator::OnLeftButtonDown() //---------------------------------------------------------------------------- void vvInteractorStyleNavigator::OnLeftButtonUp() { + // DD("OnLeftButtonUp"); switch (this->State) { case VTKIS_PICK: @@ -341,8 +342,8 @@ void vvInteractorStyleNavigator::OnChar() break; } - case 'w' : - case 'W' : + case 'o' : + case 'O' : { this->FindPokedRenderer(this->Interactor->GetEventPosition()[0], this->Interactor->GetEventPosition()[1]); @@ -358,8 +359,8 @@ void vvInteractorStyleNavigator::OnChar() this->ReleaseFocus(); break; } - case 'x' : - case 'X' : + case 'i' : + case 'I' : { this->FindPokedRenderer(rwi->GetEventPosition()[0], rwi->GetEventPosition()[1]);