]> Creatis software - bbtk.git/commitdiff
Test code
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 11:44:58 +0000 (12:44 +0100)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Thu, 16 Jan 2025 11:44:58 +0000 (12:44 +0100)
kernel/appli/bbi/bbi.cxx

index d23cf6b6cda918b73a06fc82f40fe1c9778f8ff9..2402646149a18a4b05aa35c0738c82f8b5ed24f8 100644 (file)
@@ -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);