mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed GLCanvas3D::Selection::is_single_full_instance()
This commit is contained in:
@@ -1404,6 +1404,9 @@ bool GLCanvas3D::Selection::is_single_full_instance() const
|
|||||||
if (m_type == SingleFullInstance)
|
if (m_type == SingleFullInstance)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
if (m_type == SingleFullObject)
|
||||||
|
return false;
|
||||||
|
|
||||||
if (m_list.empty() || m_volumes->empty())
|
if (m_list.empty() || m_volumes->empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user