]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutSplit.cxx
*** empty log message ***
[bbtk.git] / packages / wx / src / bbwxLayoutSplit.cxx
index 6b554c932ca714dab292a95832426f4682d3d48b..1c1e2655dcf70ec95a33fe1d5804787f0f4688ef 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxLayoutSplit.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:32 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/10/21 08:37:09 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -103,6 +103,7 @@ namespace bbwx
       {
        pos = (int)(h * bbGetInputProportion() * 0.01);
       } 
+    //    std::cout << "pos = "<<pos<<std::endl;
   
     win->SetSashPosition(pos,true);
     bbUserOnShowWidget("Widget1");