Symbol Fields Table: configurable excluded from BOM filtering

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/17747
This commit is contained in:
Mike Williams
2024-04-15 13:08:04 -04:00
parent b7f035964f
commit ea904c9fb1
14 changed files with 3661 additions and 3495 deletions
+1
View File
@@ -856,6 +856,7 @@ void FIELDS_EDITOR_GRID_DATA_MODEL::ApplyBomPreset( const BOM_PRESET& aPreset )
SetFilter( aPreset.filterString );
SetExcludeDNP( aPreset.excludeDNP );
SetIncludeExcludedFromBOM( aPreset.includeExcludedFromBOM );
RebuildRows();
}