]> Creatis software - creaContours.git/commitdiff
#3397 Bug Windows. Sync in creation process
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 17:01:28 +0000 (18:01 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Mon, 20 Jan 2025 17:01:28 +0000 (18:01 +0100)
lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.cxx

index f789190a35726b5d7e1edc456d20a144d746be31..cb1d0938d8441c72ba03f880c425edcae81c362c 100644 (file)
@@ -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();
        }