]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtOutputText.cxx
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtOutputText.cxx
index 559de567227dc59a87d97fc326669cee167756a1..ff26cfc5a25decbffec649f0f9797cb92ac92d58 100644 (file)
@@ -80,7 +80,7 @@ void OutputText::CreateWidget(Wt::WContainerWidget* parent)
 {
    
    bbSetOutputWidget( new OutputTextWidget(parent,bbtk::std2wt(bbGetInputIn()))) ;
-   Process();
+//EED   Process();
   
 }
 //=====