More module -> footprint.

This commit is contained in:
Jeff Young
2020-11-13 15:16:24 +00:00
parent 522d64968e
commit 63a54d003e
44 changed files with 513 additions and 488 deletions
+2 -2
View File
@@ -335,10 +335,10 @@ void BRDITEMS_PLOTTER::PlotFootprintTextItems( MODULE* aModule )
}
// plot items like text and graphics, but not tracks and module
// plot items like text and graphics, but not tracks and footprints
void BRDITEMS_PLOTTER::PlotBoardGraphicItems()
{
for( auto item : m_board->Drawings() )
for( BOARD_ITEM* item : m_board->Drawings() )
{
switch( item->Type() )
{