1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00
This commit is contained in:
bubnikv
2018-12-11 13:16:14 +01:00
+1 -1
View File
@@ -1405,7 +1405,7 @@ bool GLCanvas3D::Selection::is_single_full_instance() const
return true; return true;
if (m_type == SingleFullObject) if (m_type == SingleFullObject)
return false; return get_instance_idx() != -1;
if (m_list.empty() || m_volumes->empty()) if (m_list.empty() || m_volumes->empty())
return false; return false;