mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 06:50:40 +08:00
Fix build against wx 3.1.2 on Windows
This commit is contained in:
parent
570cc6e167
commit
606789130e
@ -288,7 +288,7 @@ bool PrusaCollapsiblePaneMSW::Create(wxWindow *parent, wxWindowID id, const wxSt
|
|||||||
{
|
{
|
||||||
if (!wxControl::Create(parent, id, pos, size, style, val, name))
|
if (!wxControl::Create(parent, id, pos, size, style, val, name))
|
||||||
return false;
|
return false;
|
||||||
m_pStaticLine = NULL;
|
// m_pStaticLine = NULL;
|
||||||
m_strLabel = label;
|
m_strLabel = label;
|
||||||
|
|
||||||
// sizer containing the expand button and possibly a static line
|
// sizer containing the expand button and possibly a static line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user