X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView.cxx;h=d7c6b6843aca7ba420ab5742f9bce08f551f3ffb;hb=ca35b13e046343c8b50cbd6b833828b06c9d1608;hp=a6991c40908ac330e9246135a1b43f39b03331a7;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx index a6991c4..d7c6b68 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx @@ -114,10 +114,6 @@ void vtkInteractorStyleBaseView::OnMouseWheelBackward() // virtual { CallLstInteractorStyleMaracas( 16 ); } - - - - //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::AddInteractorStyleMaracas(InteractorStyleMaracas* interactorStyleMaracas) { @@ -139,7 +135,7 @@ void vtkInteractorStyleBaseView::RemoveInteractorStyleMaracas(InteractorStyleMa removed = true; } else { iter++; - } + } } } //--------------------------------------------------------------------------- @@ -151,7 +147,6 @@ void vtkInteractorStyleBaseView::InsertInteractorStyleMaracas(int pos, Interacto //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas(int type) { - InteractorStyleMaracas *intStyMar; int i,size=_lstInteractorStyleMaracas.size(); @@ -366,7 +361,6 @@ bool vtkInteractorStyleBaseView::GetParent_refresh_waiting() //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::EvaluateToRefresh() { - if ( _blockRefresh==false ) { if ( (_refresh_waiting==true) && (_parent_refresh_waiting==false)) @@ -379,7 +373,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