diff --git a/eeschema/sch_component.cpp b/eeschema/sch_component.cpp index 3744d38099..5877e560b2 100644 --- a/eeschema/sch_component.cpp +++ b/eeschema/sch_component.cpp @@ -598,7 +598,7 @@ const wxString SCH_COMPONENT::GetRef( const SCH_SHEET_PATH* sheet, bool aInclude if( ref.IsEmpty() ) ref = m_prefix; - if( aIncludeUnit ) + if( aIncludeUnit && GetUnitCount() > 1 ) ref += LIB_PART::SubReference( GetUnit() ); return ref;