From: eduardo.davila@creatis.insa-lyon.fr Date: Thu, 16 Jan 2025 09:09:28 +0000 (+0100) Subject: Test code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ff3678aedb150630aab0e2e3c0a8e8d3aae1268a;p=crea.git Test code --- diff --git a/src/creawxVTKRenderWindowInteractor.mm b/src/creawxVTKRenderWindowInteractor.mm index 33f4e84..edcd531 100644 --- a/src/creawxVTKRenderWindowInteractor.mm +++ b/src/creawxVTKRenderWindowInteractor.mm @@ -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