Fields: Description now mandatory

Propagate from symbols to footprints, footprints keep a library
description, too. (GetLibDescription())
This commit is contained in:
Mike Williams
2023-06-20 18:34:52 +00:00
parent 636db607c1
commit 85f889bc19
33 changed files with 106 additions and 258 deletions
+2 -3
View File
@@ -104,9 +104,8 @@ void PlotInteractiveLayer( BOARD* aBoard, PLOTTER* aPlotter, const PCB_PLOT_PARA
_( "Footprint" ),
fp->GetFPIDAsString() ) );
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ),
_( "Description" ),
fp->GetDescription() ) );
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ), _( "Library Description" ),
fp->GetLibDescription() ) );
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ),
_( "Keywords" ),