fix compil issue

This commit is contained in:
jean-pierre charras 2021-04-01 11:36:30 +02:00
parent 6499b5f296
commit 655a696589
1 changed files with 1 additions and 1 deletions

View File

@ -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 );