X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkInteractorStyleBaseView.cxx;h=21f323355704a8f0f3dfa44691286b4d6c9ada41;hb=4dcdcabb81ce9f9e9b7ccdb86a64995d7b18ea23;hp=c250f045f0d26060d733ad79f1c17d397993d3cb;hpb=9d8709b5e9d72b9f0034224bb4c00281264fb28d;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx index c250f04..21f3233 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleBaseView.cxx @@ -151,9 +151,6 @@ void vtkInteractorStyleBaseView::InsertInteractorStyleMaracas(int pos, Interacto //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas(int type) { - - -printf("EED vtkInteractorStyleBaseView::CallLstInteractorStyleMaracas Start --------\n"); InteractorStyleMaracas *intStyMar; int i,size=_lstInteractorStyleMaracas.size(); @@ -368,18 +365,15 @@ bool vtkInteractorStyleBaseView::GetParent_refresh_waiting() //--------------------------------------------------------------------------- void vtkInteractorStyleBaseView::EvaluateToRefresh() { -printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh start 1\n"); if ( _blockRefresh==false ) { if ( (_refresh_waiting==true) && (_parent_refresh_waiting==false)) { -printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh start 2\n"); _refresh_waiting = false; this->_wxvtkbaseview->Refresh(); } if (_parent_refresh_waiting==true) { -printf("EED vtkInteractorStyleBaseView::EvaluateToRefresh start 3\n"); _parent_refresh_waiting = false; wxCommandEvent newevent1(wxEVT_COMMAND_MENU_SELECTED,12121); // Refresh //CPR 13/01/2010