Browse Source

Eeschema, BOM exporter dialog: Fix empty fields other than references

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19557
pcb_db
jean-pierre charras 9 months ago
parent
commit
c77c921297
  1. 2
      eeschema/fields_data_model.cpp

2
eeschema/fields_data_model.cpp

@ -220,7 +220,7 @@ wxString FIELDS_EDITOR_GRID_DATA_MODEL::GetValue( const DATA_MODEL_ROW& group, i
}
}
if( listMixedValues && mixedValues.size() > 1 )
if( listMixedValues )
{
fieldValue = wxEmptyString;

Loading…
Cancel
Save