X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView.cxx;h=b40c577960ab68b8c30cf1ab72ac7e50f0ec2ccd;hb=15112ae15da4222831b0e8e7c9be87daf9e99a1c;hp=7de94728684a266196798e1dec5366e55a94741b;hpb=f658da98570615a244656fc122d935b6fc9a3c65;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx index 7de9472..b40c577 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx @@ -151,16 +151,6 @@ void vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas(int type) int i,size=_lstInteractorStyleMaracas.size(); -//EED Borrame -//FILE *ff = fopen("c:/temp/wxVtkBaseView_SceneManagerStadistics.txt","a+"); -//fprintf(ff,"EED vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas \n" ); -//for (i=0;iGetRenderer()->GetWorldPoint( fP ); - if ( fP[3] ){ + if ( fP[3] ) + { fP[0] /= fP[3]; fP[1] /= fP[3]; fP[2] /= fP[3]; @@ -373,7 +364,13 @@ void vtkInteractorStyleBaseView::EvaluateToRefresh() _parent_refresh_waiting = false; wxCommandEvent newevent1(wxEVT_COMMAND_MENU_SELECTED,12121); // Refresh //CPR 13/01/2010 +//EED 2017-09-16 Migration wxWidgets 2.8 to 3.0 +#if wxMAJOR_VERSION <= 2 this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessEvent(newevent1); +#else + this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessWindowEvent(newevent1); +#endif + int i; int size = _lstParentToReport.size(); for(i = 0; i