Skip to content

Commit

Permalink
Fix for #10072 - Split to objects is acting funky
Browse files Browse the repository at this point in the history
  • Loading branch information
YuSanka committed Mar 17, 2023
1 parent 79adb72 commit 39bca44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,8 @@ void Plater::priv::split_object()
// causing original positions not to be kept
std::vector<size_t> idxs = load_model_objects(new_objects);

// clear previosli selection
get_selection().clear();
// select newly added objects
for (size_t idx : idxs)
{
Expand Down

0 comments on commit 39bca44

Please sign in to comment.