mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Added a possibility to suppress scrolling for some ComboBoxes
This commit is contained in:
parent
ec340e0726
commit
77f845b0be
3 changed files with 37 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue