mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 05:15:59 +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->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->Add(m_og->sizer, 0, wxEXPAND);
|
||||
|
Loading…
x
Reference in New Issue
Block a user