Fix a minor bug I created in commit 4733
This commit is contained in:
parent
f944c79269
commit
eb8d78ea21
|
@ -265,8 +265,6 @@ void PCB_EDIT_FRAME::SpreadFootprints( bool aFootprintsOutsideBoardOnly )
|
||||||
moduleList[ii+1]->GetPath().BeforeLast( '/' ) ) )
|
moduleList[ii+1]->GetPath().BeforeLast( '/' ) ) )
|
||||||
islastItem = true;
|
islastItem = true;
|
||||||
|
|
||||||
moduleListBySheet.push_back( module );
|
|
||||||
|
|
||||||
moduleListBySheet.push_back( module );
|
moduleListBySheet.push_back( module );
|
||||||
subsurface += module->GetArea();
|
subsurface += module->GetArea();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue