]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx
DFCH: imageUndoRedo + Manual Paint: It doesn't works :s :s
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleMPRView.cxx
index ef2a00a9637c7d72691da23b68bd5832721ec104..74a9c9b5087c2044fd3678c02a3dd197e452ea06 100644 (file)
@@ -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
+}
+