X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleMPRView.cxx;h=74a9c9b5087c2044fd3678c02a3dd197e452ea06;hb=2725f81fc97c9faa92749159bdbaf9cedeef7af4;hp=ef2a00a9637c7d72691da23b68bd5832721ec104;hpb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx index ef2a00a..74a9c9b 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx @@ -91,7 +91,7 @@ bool vtkInteractorStyleMPRView::OnMouseMove () double z=1; _vtkInteractorStyleBaseView->TransformCoordinate(x,y,z); wxVtkMPR2DView *wxvtkmpr2Dview = (wxVtkMPR2DView*)(_vtkInteractorStyleBaseView->GetWxVtk2DBaseView()); -// wxvtkmpr2Dview->TransfromeCoordViewWorld(x,y,z); +// wxvtkmpr2Dview->TransfromCoordViewWorld(x,y,z); wxvtkmpr2Dview->ChangeAxisColor(x,y,z); @@ -113,4 +113,5 @@ bool vtkInteractorStyleMPRView::OnMouseMove () this->_vtkInteractorStyleBaseView->SetParent_refresh_waiting(); } return true; -} \ No newline at end of file +} +