From 3ae05260f4e6180a3fc288f2a70505853036b88c Mon Sep 17 00:00:00 2001 From: srit Date: Wed, 9 Jun 2010 11:06:29 +0000 Subject: [PATCH] Removed default vtk key handling --- vv/vvInteractorStyleNavigator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- 2.47.1