mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 07:06:03 +08:00
Suppress scroll for SLA support and pad settings on the right panel
This commit is contained in:
parent
9305535039
commit
275bc52fdf
@ -513,6 +513,10 @@ FreqChangedParams::FreqChangedParams(wxWindow* parent) :
|
|||||||
m_og_sla->append_line(line);
|
m_og_sla->append_line(line);
|
||||||
|
|
||||||
m_og_sla->activate();
|
m_og_sla->activate();
|
||||||
|
choice = dynamic_cast<Choice*>(m_og_sla->get_field("support"));
|
||||||
|
choice->suppress_scroll();
|
||||||
|
choice = dynamic_cast<Choice*>(m_og_sla->get_field("pad"));
|
||||||
|
choice->suppress_scroll();
|
||||||
|
|
||||||
m_sizer = new wxBoxSizer(wxVERTICAL);
|
m_sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
m_sizer->Add(m_og->sizer, 0, wxEXPAND);
|
m_sizer->Add(m_og->sizer, 0, wxEXPAND);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user