fix compil issue
This commit is contained in:
parent
6499b5f296
commit
655a696589
|
@ -867,7 +867,7 @@ LIB_FIELD* SCH_SEXPR_PARSER::parseProperty( std::unique_ptr<LIB_PART>& aSymbol )
|
|||
field->SetName( newname );
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
if( !existingField )
|
||||
{
|
||||
aSymbol->AddDrawItem( field.get(), false );
|
||||
|
|
Loading…
Reference in New Issue