mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-02 14:39:04 +08:00
Fix of #5606 (Force invalidation when object settings are deleted)
This commit is contained in:
parent
6c2ce4b6b6
commit
1d25630508
@ -2393,6 +2393,8 @@ void ObjectList::del_settings_from_config(const wxDataViewItem& parent_item)
|
|||||||
m_config->set_key_value("extruder", new ConfigOptionInt(extruder));
|
m_config->set_key_value("extruder", new ConfigOptionInt(extruder));
|
||||||
if (is_layer_settings)
|
if (is_layer_settings)
|
||||||
m_config->set_key_value("layer_height", new ConfigOptionFloat(layer_height));
|
m_config->set_key_value("layer_height", new ConfigOptionFloat(layer_height));
|
||||||
|
|
||||||
|
changed_object();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ObjectList::del_instances_from_object(const int obj_idx)
|
void ObjectList::del_instances_from_object(const int obj_idx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user