mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02: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;
|
fieldValue = wxEmptyString;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user