mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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)
|
||||
return true;
|
||||
|
||||
if (m_type == SingleFullObject)
|
||||
return false;
|
||||
|
||||
if (m_list.empty() || m_volumes->empty())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user