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)
|
||||
return true;
|
||||
|
||||
if (m_type == SingleFullObject)
|
||||
return false;
|
||||
|
||||
if (m_list.empty() || m_volumes->empty())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue