mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Call update_config_values after deleting of a overridden option
This commit is contained in:
@@ -106,6 +106,12 @@ bool ObjectSettings::update_settings_list()
|
|||||||
update_settings_list();
|
update_settings_list();
|
||||||
m_parent->Layout();
|
m_parent->Layout();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* Check overriden options list after deleting.
|
||||||
|
* Some options couldn't be deleted because of another one.
|
||||||
|
* Like, we couldn't delete fill pattern, if fill density is set to 100%
|
||||||
|
*/
|
||||||
|
update_config_values(config);
|
||||||
});
|
});
|
||||||
return btn;
|
return btn;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user