Commit a1b065c1 authored by jean-pierre charras's avatar jean-pierre charras

Fix a minor bug I created in commit 4733

parent 764b5c11
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment