Make MW footprints proper attrib
This commit is contained in:
parent
64be61b4d6
commit
bb95ca2966
|
@ -190,6 +190,8 @@ FOOTPRINT* MICROWAVE_TOOL::createBaseFootprint( const wxString& aValue,
|
||||||
|
|
||||||
FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue );
|
FOOTPRINT* footprint = editFrame.CreateNewFootprint( aValue );
|
||||||
|
|
||||||
|
footprint->SetAttributes( FP_EXCLUDE_FROM_POS_FILES | FP_EXCLUDE_FROM_BOM );
|
||||||
|
|
||||||
if( aTextSize > 0 )
|
if( aTextSize > 0 )
|
||||||
{
|
{
|
||||||
footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) );
|
footprint->Reference().SetTextSize( wxSize( aTextSize, aTextSize ) );
|
||||||
|
|
Loading…
Reference in New Issue