Comment 6 for bug 1785226

Revision history for this message
m (easyw) wrote :

Hi,
I modified two files:
1) footprint_edit_frame.cpp
 // UI update events.
 // EVT_UPDATE_UI( ID_MODEDIT_EXPORT_PART, FOOTPRINT_EDIT_FRAME::OnUpdateModuleTargeted ) /*here*/
 EVT_UPDATE_UI( ID_MODEDIT_EXPORT_PART, FOOTPRINT_EDIT_FRAME::OnUpdateModuleSelected )
2) footprint_editor_utils.cpp
 case ID_MODEDIT_EXPORT_PART:
   // Export_Module( LoadFootprint( getTargetLibId() ) ); /*here*/
   // break;
   if( GetBoard()->m_Modules )
       Export_Module( GetBoard()->m_Modules );
   break;

This is fixing the exporter as it behave before