7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 12:30:14 +00:00

Fix a minor bug I created in commit 4733

This commit is contained in:
jean-pierre charras 2014-03-05 18:57:13 +01:00
parent 764b5c11bf
commit a1b065c190

View File

@ -265,8 +265,6 @@ void PCB_EDIT_FRAME::SpreadFootprints( bool aFootprintsOutsideBoardOnly )
moduleList[ii+1]->GetPath().BeforeLast( '/' ) ) )
islastItem = true;
moduleListBySheet.push_back( module );
moduleListBySheet.push_back( module );
subsurface += module->GetArea();