]> Creatis software - bbtk.git/commitdiff
Documentation panel on the right of bbEditor as a menu option, for lake of use.
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 10:56:53 +0000 (10:56 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Wed, 23 May 2012 10:56:53 +0000 (10:56 +0000)
kernel/src/bbtkWxGUIHtmlBrowser.cxx

index 4994d18c40eaec19814fe7e081df3e06e7386082..b079aaab4263f9f0b19bdba75c558a7e8288e43c 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxGUIHtmlBrowser.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/03/23 13:06:41 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2012/05/23 10:56:53 $
+  Version:   $Revision: 1.14 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -116,7 +116,7 @@ namespace bbtk
 
   {
     wxPanel* panel = this;
-    
+
     wxBoxSizer *sizer = new wxBoxSizer(wxVERTICAL);
     
     
@@ -186,6 +186,7 @@ namespace bbtk
     sizer->Add ( mwxHtmlWindow, 1, wxGROW ); // | wxLEFT | wxRIGHT | wxBOTTOM, 10 );
 
     panel      -> SetSizer(sizer);
+
     panel      -> SetAutoLayout(true);
     panel      -> Layout();