Applied [ 1110257 ] wxFoldPanelBar does not display correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dbfb61b3a4
commit
60f9468293
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user