parent
104bfbfbd7
commit
302646cb3c
|
@ -303,7 +303,7 @@ wxString LIB_FIELD::GetFullText( int unit ) const
|
|||
wxString text = GetText();
|
||||
text << wxT( "?" );
|
||||
|
||||
if( GetParent()->IsMulti() )
|
||||
if( GetParent() && GetParent()->IsMulti() )
|
||||
text << LIB_PART::SubReference( unit );
|
||||
|
||||
return text;
|
||||
|
|
Loading…
Reference in New Issue