From 2f348b9651fa5c754135ccaa92b661ea8568358c Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Mon, 20 Jan 2025 18:01:28 +0100 Subject: [PATCH] #3397 Bug Windows. Sync in creation process --- .../wxContourViewPanel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx index f789190..cb1d093 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx @@ -234,8 +234,8 @@ DEFINE_EVENT_TYPE( wxINSTANT_CHANGE ) //------------------------------------------------------------------------------------------------------------ void wxContourViewPanel::Refresh() { - printf("EED wxContourViewPanel::Refresh ups \n"); -// GetwxVtkMPR2DView()->GetRenWin()->Render(); +//EED 2025-01-20 Create sync mechanism windows +// GetwxVtkMPR2DView()->GetRenWin()->Render(); GetwxVtkMPR2DView()->Refresh(); } -- 2.49.0