mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixed conflicts after merge with master
This commit is contained in:
commit
f0aa4de20a
39 changed files with 467 additions and 402 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