mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
This commit is contained in:
commit
b6f2f00ea4
@ -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