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:
parent
52759d7bfb
commit
c77c921297
@ -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…
Reference in New Issue
Block a user