Fix build against wx 3.1.2 on Windows
This commit is contained in:
parent
570cc6e167
commit
606789130e
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ bool PrusaCollapsiblePaneMSW::Create(wxWindow *parent, wxWindowID id, const wxSt
|
|||
{
|
||||
if (!wxControl::Create(parent, id, pos, size, style, val, name))
|
||||
return false;
|
||||
m_pStaticLine = NULL;
|
||||
// m_pStaticLine = NULL;
|
||||
m_strLabel = label;
|
||||
|
||||
// sizer containing the expand button and possibly a static line
|
||||
|
|
Loading…
Reference in a new issue