Suppress scroll for SLA support and pad settings on the right panel
This commit is contained in:
parent
9305535039
commit
275bc52fdf
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue