Fix for #4682 - When reloading a model that had manifold errors, warning triangle is still shown

This commit is contained in:
YuSanka 2024-02-20 16:20:40 +01:00
parent db0a56ec98
commit 79edd48fbc

View File

@ -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);