Fix a minor bug I created in commit 4733
This commit is contained in:
parent
764b5c11bf
commit
a1b065c190
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue