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

Cvpcb: Fix Bug #992429

parent 3fa7c200
......@@ -59,6 +59,7 @@ MODULE* DISPLAY_FOOTPRINTS_FRAME::Get_Module( const wxString& aFootprintName )
if( footprint )
{
footprint->SetParent( GetBoard() );
footprint->SetPosition( wxPoint( 0, 0 ) );
return footprint;
}
......
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