Another go at supressing FOOTPRINT field on FOOTPRINT objects

This commit is contained in:
JamesJCode
2024-12-28 21:57:35 +00:00
parent 86bcf840c1
commit dfe0d6345b
23 changed files with 163 additions and 86 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ void BRDITEMS_PLOTTER::PlotFootprintTextItems( const FOOTPRINT* aFootprint )
std::vector<PCB_TEXT*> texts;
// Skip the reference and value texts that are handled specially
for( PCB_FIELD* field : aFootprint->Fields() )
for( PCB_FIELD* field : aFootprint->GetFields() )
{
if( field->IsReference() || field->IsValue() )
continue;