Skip to content

Commit

Permalink
Fix for #4682 - When reloading a model that had manifold errors, warn…
Browse files Browse the repository at this point in the history
…ing triangle is still shown
  • Loading branch information
YuSanka committed Feb 20, 2024
1 parent db0a56e commit 79edd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 79edd48

Please sign in to comment.