Fixed part settings updating
This commit is contained in:
parent
d6d632d4fc
commit
5a4cef9ac1
5 changed files with 23 additions and 9 deletions
src/slic3r/GUI
|
@ -225,6 +225,9 @@ void ObjectManipulation::update_settings_list()
|
|||
optgroup->label_width = 150;
|
||||
optgroup->sidetext_width = 70;
|
||||
|
||||
optgroup->m_on_change = [](const t_config_option_key& opt_id, const boost::any& value) {
|
||||
wxGetApp().obj_list()->part_settings_changed(); };
|
||||
|
||||
for (auto& opt : cat.second)
|
||||
{
|
||||
if (opt == "extruder")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue