Cvpcb: Fix Bug #992429
This commit is contained in:
parent
8971bf7546
commit
934271b272
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue