X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInfoTextImageInteractorPlane2D.cxx;h=d11286797ef7a41d1ba550b258e9b606d2988f28;hb=2725f81fc97c9faa92749159bdbaf9cedeef7af4;hp=fb4e83661beb6e46fca5c66e344787f164c1bea0;hpb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImageInteractorPlane2D.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImageInteractorPlane2D.cxx index fb4e836..d112867 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImageInteractorPlane2D.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInfoTextImageInteractorPlane2D.cxx @@ -23,7 +23,7 @@ bool vtkInfoTextImageInteractorPlane2D::OnMouseMove() // --> dif vtkPlane2DView *vtkplane2Dview = (vtkPlane2DView*)_vtkInteractorStyleBaseView->GetWxVtk2DBaseView(); - vtkplane2Dview->TransfromeCoordViewWorld2(xx,yy,zz); + vtkplane2Dview->TransfromCoordViewWorld2(xx,yy,zz); GetVtkInfoTextImage()->PutWindowLevel(); GetVtkInfoTextImage()->PutColorLevel();