mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 02:11:59 +08:00
Fix for #4682 - When reloading a model that had manifold errors, warning triangle is still shown
This commit is contained in:
parent
db0a56ec98
commit
79edd48fbc
@ -2169,6 +2169,7 @@ bool Plater::priv::replace_volume_with_stl(int object_idx, int volume_idx, const
|
||||
|
||||
// update new name in ObjectList
|
||||
sidebar->obj_list()->update_name_in_list(object_idx, volume_idx);
|
||||
sidebar->obj_list()->update_item_error_icon(object_idx, volume_idx);
|
||||
|
||||
sla::reproject_points_and_holes(old_model_object);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user