From 934271b272d44d59f16da11e02a27c926301f986 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 1 May 2012 12:43:16 +0200 Subject: [PATCH] Cvpcb: Fix Bug #992429 --- cvpcb/loadcmp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cvpcb/loadcmp.cpp b/cvpcb/loadcmp.cpp index e1fc09e639..3c849454e9 100644 --- a/cvpcb/loadcmp.cpp +++ b/cvpcb/loadcmp.cpp @@ -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; }