mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Added a possibility to suppress scrolling for some ComboBoxes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user