7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-02 00:26:45 +00:00

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

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19557
This commit is contained in:
jean-pierre charras 2025-01-10 17:30:29 +01:00
parent 52759d7bfb
commit c77c921297

View File

@ -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;