Cvpcb: Fix Bug #992429

This commit is contained in:
jean-pierre charras 2012-05-01 12:43:16 +02:00
parent 8971bf7546
commit 934271b272
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}