7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 22:35:30 +00:00

Make MW footprints proper attrib

This commit is contained in:
Seth Hillbrand 2021-09-24 10:43:38 -07:00
parent 64be61b4d6
commit bb95ca2966

View File

@ -190,6 +190,8 @@ FOOTPRINT* MICROWAVE_TOOL::createBaseFootprint( const wxString& aValue,
FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue );
footprint->SetAttributes( FP_EXCLUDE_FROM_POS_FILES | FP_EXCLUDE_FROM_BOM );
if( aTextSize > 0 )
{
footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) );