]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView2D.cxx
creaButtonContainer: exceptions added, doxygen documentation added :)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleBaseView2D.cxx
index 5779b98473621548ae693b421875c15acf2c464d..688ea9750d63c5ae6790e5e5b1886bbb06cc899a 100644 (file)
@@ -49,7 +49,6 @@ void  vtkInteractorStyleBaseView2D::OnRightButtonDown()  // virtual
        if ((GetInteractor()->GetControlKey()==1) && (GetInteractor()->GetShiftKey()==0) ){
                this->vtkInteractorStyleImage::OnRightButtonDown();
        }
-
 }
 
 //---------------------------------------------------------------------------
@@ -101,4 +100,3 @@ void vtkInteractorStyleBaseView2D::OnMiddleButtonUp () // virtual
                this->vtkInteractorStyleImage::OnLeftButtonUp();
        }
 }
-