From: srit Date: Wed, 9 Jun 2010 11:06:29 +0000 (+0000) Subject: Removed default vtk key handling X-Git-Tag: v1.2.0~617 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3ae05260f4e6180a3fc288f2a70505853036b88c;p=clitk.git Removed default vtk key handling --- 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; } }