X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInteractorStyleNavigator.cxx;h=e161cc08c24758f0e73dec236e42960e8808101e;hb=c18059db4f507fd31b5898667f57eced7d48c5f7;hp=9d6aa104ba7324504eaca99b11397b37fd2658bf;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/vv/vvInteractorStyleNavigator.cxx b/vv/vvInteractorStyleNavigator.cxx index 9d6aa10..e161cc0 100644 --- a/vv/vvInteractorStyleNavigator.cxx +++ b/vv/vvInteractorStyleNavigator.cxx @@ -356,7 +356,8 @@ void vvInteractorStyleNavigator::OnChar() //Do nothing, this is handled in vvSlicerManagerCommand break; default: - this->Superclass::OnChar(); + //SR: we don't use the default vtk keys => removed to avoid conflicts + //this->Superclass::OnChar(); break; } }