]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxBlackBox.cxx
index 4ccfe67a2b8661f5416806620cb545ef5aad00fd..beec07cbc532a81877784ef857c0ae47442a7ec7 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:54:27 $
-  Version:   $Revision: 1.33 $
+  Date:      $Date: 2008/12/08 14:02:15 $
+  Version:   $Revision: 1.34 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -433,6 +433,7 @@ namespace bbtk
     
     // If the output 'Widget' is connected then 
     // we must execute the parent box
+         /*
     BlackBox::OutputConnectorMapType::const_iterator i 
       = bbGetOutputConnectorMap().find("Widget");
     
@@ -444,7 +445,7 @@ namespace bbtk
                    <<"Execute the top level Layout widget to create and "
                    <<"display the widget.");
       }
-
+*/
     AtomicBlackBox::bbExecute(force);
 
     bbtkDebugMessageDec("process",2,