]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/foldbar/foldpanelbar.cpp
wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen...
[wxWidgets.git] / contrib / src / foldbar / foldpanelbar.cpp
index 397750e68fac58987732a8adf869effae2d66e59..c4870c882740c72b040836ac2f275ece231d3ca5 100644 (file)
@@ -69,7 +69,7 @@ void wxFoldPanelBar::Create( wxWindow *parent, wxWindowID id, const wxPoint &pos
 
     // the fold panel area
 
-    m_foldPanel = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxTAB_TRAVERSAL);
+    m_foldPanel = new wxPanel(this, wxID_ANY, position, size, wxNO_BORDER|wxTAB_TRAVERSAL);
 
     // the extra area for some icons / context menu etc
 
@@ -352,7 +352,7 @@ int wxFoldPanelBar::GetPanelsLength(int &collapsed, int &expanded)
     int value = 0;
 
     // assumed here that all the panels that are expanded
-    // are positioned after eachother from 0,0 to end.
+    // are positioned after each other from 0,0 to end.
 
     for(size_t j = 0; j < m_panels.GetCount(); j++)
     {