From d3914859a36b19c5c66ac0e136c54f4d3f926ffd Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Fri, 6 Sep 2019 15:10:07 +0200 Subject: [PATCH] Fixed update of instances in objects list after reload from disk --- src/slic3r/GUI/Plater.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index a7a09b50aac..0f2ac417d7c 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -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 (?) }