Fix build against wx 3.1.2 on Windows

This commit is contained in:
Vojtech Kral 2019-01-17 16:10:32 +01:00
parent 570cc6e167
commit 606789130e

View file

@ -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