]> Creatis software - crea.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 09:09:28 +0000 (10:09 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 09:09:28 +0000 (10:09 +0100)
src/creawxVTKRenderWindowInteractor.mm

index 33f4e84002409d8f58ae5eb0f438765da9699652..edcd531cb9121b9849613b652d651fa819ddbc2f 100644 (file)
@@ -570,6 +570,8 @@ long wxVTKRenderWindowInteractor::GetHandleHack()
 //---------------------------------------------------------------------------
 void wxVTKRenderWindowInteractor::OnPaint(wxPaintEvent& WXUNUSED(event))
 {
+    printf("EED wxVTKRenderWindowInteractor::OnPaint \n");
+
   //must always be here
 //EED2021-08-26  
 #ifdef __WXCOCOA__
@@ -972,6 +974,7 @@ void wxVTKRenderWindowInteractor::OnMouseCaptureLost(wxMouseCaptureLostEvent& ev
 //---------------------------------------------------------------------------
 void wxVTKRenderWindowInteractor::Render()
 {
+    printf("EED wxVTKRenderWindowInteractor::Render \n");
 #if wxCHECK_VERSION(2, 8, 0)
   int renderAllowed = !IsFrozen();
 #else