]> Creatis software - cpPlugins.git/blobdiff - lib/cpPipelineEditor/BaseQtMainWindow.cxx
...
[cpPlugins.git] / lib / cpPipelineEditor / BaseQtMainWindow.cxx
index b600c0ee12002dc33e7c09d49fec0a8cc5bf2ec7..0bd86218c0f9aab721e0b8fc6dcd36b9fd2154bf 100644 (file)
@@ -56,6 +56,7 @@ BaseQtMainWindow(
 
   // Prepare workspace
   this->m_Workspace.SetInterface( &( this->m_Interface ) );
+  this->m_Workspace.PrintExecutionOn( );
 }
 
 // -------------------------------------------------------------------------