From 09c7eb1d281717f28842b0dcb01e969ed2aeea8f Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Mon, 8 Apr 2019 09:49:21 +0200 Subject: [PATCH] Follow-up of a7318dbe197d0a05d368865fe169751f07840cd7 -> Do not disable other instances when an instance is selected --- src/slic3r/GUI/Selection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/Selection.cpp b/src/slic3r/GUI/Selection.cpp index 0ae6199e1..00ff2dd06 100644 --- a/src/slic3r/GUI/Selection.cpp +++ b/src/slic3r/GUI/Selection.cpp @@ -1151,9 +1151,9 @@ void Selection::update_type() m_type = MultipleVolume; else if (modifiers_count == (unsigned int)m_list.size()) m_type = MultipleModifier; - } - requires_disable = true; + requires_disable = true; + } } else if ((selected_instances_count > 1) && (selected_instances_count * volumes_count == (unsigned int)m_list.size())) {