Thread-safety (potentially KICAD-VMX...)
... KICAD-6PV, KICAD-82, KICAD-R3A, and others.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user