AllowMissingCourtyard and AllowSolderMaskBriges no longer in GetAttributes().

Fixes https://gitlab.com/kicad/code/kicad/-/issues/21232
This commit is contained in:
Jeff Young 2025-07-01 19:22:52 -06:00
parent 01a8d44bce
commit 423a1705af

View File

@ -1271,7 +1271,9 @@ void PCB_IO_KICAD_SEXPR::format( const FOOTPRINT* aFootprint ) const
}
// Attributes
if( aFootprint->GetAttributes() )
if( aFootprint->GetAttributes()
|| aFootprint->AllowMissingCourtyard()
|| aFootprint->AllowSolderMaskBridges() )
{
m_out->Print( "(attr" );