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