]> Creatis software - clitk.git/commitdiff
Removed default vtk key handling
authorsrit <srit>
Wed, 9 Jun 2010 11:06:29 +0000 (11:06 +0000)
committersrit <srit>
Wed, 9 Jun 2010 11:06:29 +0000 (11:06 +0000)
vv/vvInteractorStyleNavigator.cxx

index 9d6aa104ba7324504eaca99b11397b37fd2658bf..e161cc08c24758f0e73dec236e42960e8808101e 100644 (file)
@@ -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;
   }
 }