]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxLayoutLine.cxx
#3479 Bug compilation windows dlfcn.h include
[bbtk.git] / packages / wx / src / bbwxLayoutLine.cxx
index ec937421d4a181b84c5f034d6924767dbdbcb2c4..cdd13229c0a4c947d2cb9b6d6ba1ff14144232e6 100644 (file)
@@ -78,10 +78,10 @@ namespace bbwx
        }       
        
        
-       void LayoutLine::Process()
-       {
-               PutWinTitle();
-       }
+void LayoutLine::Process()
+{
+       PutWinTitle();
+}
   
        
 /*
@@ -98,7 +98,7 @@ namespace bbwx
   void LayoutLine::CreateWidget(wxWindow* parent)
   {
     wxBoxSizer *sizer;
-    wxPanel *w=new wxPanel(parent, -1);
+    wxPanel *w=new wxPanel(parent, -1, wxDefaultPosition, wxSize(20,20) );
     w->SetName( bbtk::std2wx( bbGetInputWinTitle() ) );
     
     int style=0;