Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-11-05 03:40:11 -08:00
parent 85de57f34e
commit f97efd5026
6 changed files with 75 additions and 22 deletions

View File

@@ -227,7 +227,7 @@ bool ON_3dmObjectAttributes::operator==(const ON_3dmObjectAttributes& other) con
if ( m_viewport_id != other.m_viewport_id )
return false;
if ( m_dmref != other.m_dmref )
if (!ON_SimpleArray_IsEqual(m_dmref, other.m_dmref))
return false;
if (m_object_frame != other.m_object_frame)