Don't require changes before enabling Export Footprint.

Fixes: lp:1832730
* https://bugs.launchpad.net/kicad/+bug/1832730
This commit is contained in:
Jeff Young 2019-06-13 16:28:24 +01:00
parent 41441d9ced
commit 517c79c9cd
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
submenuExport->SetTitle( _( "Export" ) ); submenuExport->SetTitle( _( "Export" ) );
submenuExport->SetIcon( export_xpm ); submenuExport->SetIcon( export_xpm );
submenuExport->AddItem( PCB_ACTIONS::exportFootprint, modifiedDocumentCondition ); submenuExport->AddItem( PCB_ACTIONS::exportFootprint, haveFootprintCondition );
submenuExport->AddItem( ID_MODEDIT_SAVE_PNG, _( "Export View as &PNG..." ), submenuExport->AddItem( ID_MODEDIT_SAVE_PNG, _( "Export View as &PNG..." ),
_( "Create a PNG file from the current view" ), _( "Create a PNG file from the current view" ),
plot_xpm, SELECTION_CONDITIONS::ShowAlways ); plot_xpm, SELECTION_CONDITIONS::ShowAlways );