From 3b4d5b6637be0b5961ab12fea2d8ce487d4b991e Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Sat, 18 Jan 2025 09:07:48 +0100 Subject: [PATCH] Test code --- bbtk/src/bbcreaMaracasVisuSetPosition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbtk/src/bbcreaMaracasVisuSetPosition.cxx b/bbtk/src/bbcreaMaracasVisuSetPosition.cxx index 7d543f8..df6d4ac 100644 --- a/bbtk/src/bbcreaMaracasVisuSetPosition.cxx +++ b/bbtk/src/bbcreaMaracasVisuSetPosition.cxx @@ -53,7 +53,7 @@ void SetPosition::Process() #if wxMAJOR_VERSION <= 2 bbGetInputwxVtkBaseView()->GetWxVTKRenderWindowInteractor ()->GetParent()->ProcessEvent( newevent ); #else - bbGetInputwxVtkBaseView()->GetWxVTKRenderWindowInteractor ()->GetParent()->ProcessWindowEvent( newevent ); + // bbGetInputwxVtkBaseView()->GetWxVTKRenderWindowInteractor ()->GetParent()->ProcessWindowEvent( newevent ); #endif vtkmprbasedata->SetFixAxis2D( tmpFixAxis ); } // if bbGetInputPosition -- 2.49.0