diff --git a/src/slic3r/GUI/wxExtensions.cpp b/src/slic3r/GUI/wxExtensions.cpp index 096db2c5f..52eb3180d 100644 --- a/src/slic3r/GUI/wxExtensions.cpp +++ b/src/slic3r/GUI/wxExtensions.cpp @@ -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