Fixed update of instances in objects list after reload from disk
This commit is contained in:
parent
4f1747d5f6
commit
6c3aae8f89
1 changed files with 2 additions and 0 deletions
|
@ -3113,6 +3113,8 @@ void Plater::priv::reload_from_disk()
|
|||
}
|
||||
}
|
||||
|
||||
sidebar->obj_list()->increase_object_instances(idx, object_orig->instances.size());
|
||||
|
||||
// XXX: Restore more: layer_height_ranges, layer_height_profile (?)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue