]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx
v1.0.3 BUG 1404
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleBaseView.cxx
index 89aee7044a585291e338a9306db000adccbc0f12..012e2d9a46f4e1b65101660a93a4c3636756b6c2 100644 (file)
@@ -78,23 +78,15 @@ void vtkInteractorStyleBaseView::OnRightDClick()  // virtual
 {
        CallLstInteractorStyleMaracas( 12 );
 }
-//---------------------------------------------------------------------------
-//EED27Juillet2011
-void vtkInteractorStyleBaseView::OnMouseWheel()  // virtual
-{
-       printf("EED vtkInteractorStyleBaseView::OnMouseWheel\n");
-       CallLstInteractorStyleMaracas( 14 );
-}
+
 
 void  vtkInteractorStyleBaseView::OnMouseWheelForward()  // virtual
 {
-       printf("EED.. vtkInteractorStyleBaseView::OnMouseWheelForward\n");
        CallLstInteractorStyleMaracas( 15 );
 }
 
 void vtkInteractorStyleBaseView::OnMouseWheelBackward() // virtual
 {
-       printf("EED.. vtkInteractorStyleBaseView::OnMouseWheelBackward\n");
        CallLstInteractorStyleMaracas( 16 );
 }
 
@@ -236,15 +228,7 @@ void vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas(int type)
                                        i=size;
                                }
                        }
-                       
-                       //EED ?????  27Juillet2011      
-                       if (type==14)
-                       {  // OnMouseWheel
-                               if (intStyMar->OnMouseWheel()==false)
-                               {
-                                       i=size;
-                               }
-                       }
+                       // 14 ... old OnMouseWheelFordward
                        if (type==15)
                        {  // OnMouseWheelForward
                                if (intStyMar->OnMouseWheelForward()==false)