From 0e2101eba1e04330c042877c9bc95b741d5630fc Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Thu, 16 Jan 2025 12:44:58 +0100 Subject: [PATCH] Test code --- kernel/appli/bbi/bbi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/appli/bbi/bbi.cxx b/kernel/appli/bbi/bbi.cxx index d23cf6b..2402646 100644 --- a/kernel/appli/bbi/bbi.cxx +++ b/kernel/appli/bbi/bbi.cxx @@ -242,7 +242,7 @@ bool wxBBIApp::OnInit( ) if (error) break; } printf("EED wxApp::OnInit --end\n"); -// bbtk::BlackBox::bbGlobalSetInConstruction(false); + bbtk::BlackBox::bbGlobalSetInConstruction(false); bool show_on_error = error && ! cmd.no_console; if (show_on_error) I->Show(); I->SetNoExecMode(false); -- 2.49.0