From: eduardo.davila@creatis.insa-lyon.fr Date: Sat, 18 Jan 2025 09:24:54 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=876de9f7d6a069db528505bdd291a25f62de0ef3;p=creaMaracasVisu.git Test code --- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx index afc35c8..2faf098 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx @@ -368,7 +368,7 @@ void vtkInteractorStyleBaseView::EvaluateToRefresh() #if wxMAJOR_VERSION <= 2 this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessEvent(newevent1); #else - this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessWindowEvent(newevent1); +// this->_wxvtkbaseview->GetWxVTKRenderWindowInteractor()->GetParent()->ProcessWindowEvent(newevent1); #endif int i; diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx index d821b6a..7b071dc 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx @@ -74,8 +74,8 @@ crea::wxVTKRenderWindowInteractor* wxVtkBaseView::GetWxVTKRenderWindowInteractor } catch (...) { throw ; } - } + //------------------------------------------------------------------- void wxVtkBaseView::Configure() // virtual { @@ -84,13 +84,9 @@ void wxVtkBaseView::Configure() // virtual //------------------------------------------------------------------- void wxVtkBaseView::Refresh() // virtual { - printf("EED wxVtkBaseView::Refresh \n"); - vtkRenderWindowInteractor *vri = GetWxVTKRenderWindowInteractor(); - if (GetWxVTKRenderWindowInteractor()->firstTimeOnPaint==true) { - // EED 10 Oct 2007 #if defined(WIN32) _iren->Refresh(true);