Add file missing from last commit.
This commit is contained in:
parent
cbc83c98bc
commit
b43d0a0ed5
|
@ -472,7 +472,7 @@ void FOOTPRINT_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event )
|
||||||
|
|
||||||
case ID_MODEDIT_EXPORT_PART:
|
case ID_MODEDIT_EXPORT_PART:
|
||||||
if( getTargetFPId() == GetCurrentFPId() )
|
if( getTargetFPId() == GetCurrentFPId() )
|
||||||
Export_Module( GetBoard()->m_Modules ) )
|
Export_Module( GetBoard()->m_Modules );
|
||||||
else
|
else
|
||||||
Export_Module( LoadFootprint( getTargetFPId() ) );
|
Export_Module( LoadFootprint( getTargetFPId() ) );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue