Thread-safety (potentially KICAD-VMX...)

... KICAD-6PV, KICAD-82, KICAD-R3A, and others.
This commit is contained in:
Jeff Young
2025-07-13 15:25:10 +01:00
parent 8bb9c47f9b
commit 68d4940087
27 changed files with 190 additions and 113 deletions
@@ -392,7 +392,7 @@ wxArrayString GetFootprints( const wxString& aNickName )
if( !tbl )
return footprintNames;
tbl->FootprintEnumerate( footprintNames, aNickName, true );
tbl->FootprintEnumerate( footprintNames, aNickName, true, false );
return footprintNames;
}