Added a possibility to suppress scrolling for some ComboBoxes

This commit is contained in:
YuSanka 2020-11-24 18:44:13 +01:00
parent ec340e0726
commit 77f845b0be
3 changed files with 37 additions and 4 deletions

View file

@ -439,6 +439,9 @@ FreqChangedParams::FreqChangedParams(wxWindow* parent) :
m_og->activate();
Choice* choice = dynamic_cast<Choice*>(m_og->get_field("support"));
choice->suppress_scroll();
// Frequently changed parameters for SLA_technology
m_og_sla = std::make_shared<ConfigOptionsGroup>(parent, "");
m_og_sla->hide_labels();