mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Fixed GLCanvas3D::Selection::is_single_full_instance()
This commit is contained in:
parent
edd79883a1
commit
5e077c5edf
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue