From: eduardo.davila@creatis.insa-lyon.fr Date: Mon, 20 Jan 2025 17:01:28 +0000 (+0100) Subject: #3397 Bug Windows. Sync in creation process X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2f348b9651fa5c754135ccaa92b661ea8568358c;p=creaContours.git #3397 Bug Windows. Sync in creation process --- 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(); }