]> Creatis software - bbtk.git/commitdiff
BUG LayoutTSplit Widget2
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 21 Feb 2008 07:30:20 +0000 (07:30 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Thu, 21 Feb 2008 07:30:20 +0000 (07:30 +0000)
kernel/src/bbtkInterpreter.cxx
packages/wx/bbs/boxes/bbLayoutTRight.bbs

index 7a58ffe435b6f2922c211200887bdb6af21b7128..951c40db00b1831324f4edfaaedc523db8a6afde 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkInterpreter.cxx,v $ $
   Language:  C++
-  Date:      $Date: 2008/02/20 11:58:32 $
-  Version:   $Revision: 1.35 $
+  Date:      $Date: 2008/02/21 07:30:20 $
+  Version:   $Revision: 1.36 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -310,8 +310,6 @@ Interpreter* Interpreter::mGlobalInterpreter = NULL;
 
     try 
     {
-printf("EED: Interpreter::InterpretFile 01\n");
-InterpretLine("message ALL 9", exm);
       SwitchToFile(filename, use_configuration_file);
       bool insideComment = false; // for multiline comment
       while (mFile.size()>0) 
@@ -369,7 +367,6 @@ InterpretLine("message ALL 9", exm);
     bbtkDecTab("Interpreter",9);
 
     mCommandLine = exm;
- printf("EED: Interpreter::InterpretFile 02\n");
   }
   //=======================================================================
 
index a7aa470d7822b9ceb8242d3f45e39a8fad0e77d5..127502fa97e7c665c54340780d2102d3e98d2ef0 100644 (file)
@@ -17,7 +17,7 @@ new LayoutSplit currentBox
  set currentBox.Orientation H
  new LayoutSplit left
 
- connect left.Widget currentBox.Widget
+ connect left.Widget currentBox.Widget1
 
  set left.Orientation V