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 );
|
field->SetName( newname );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
if( !existingField )
|
if( !existingField )
|
||||||
{
|
{
|
||||||
aSymbol->AddDrawItem( field.get(), false );
|
aSymbol->AddDrawItem( field.get(), false );
|
||||||
|
|
Loading…
Reference in New Issue