Make old behavior the default in EnumerateFootprint() changes.

This commit is contained in:
Wayne Stambaugh 2013-12-13 18:14:30 -05:00
parent 30a08e2bed
commit 2d9385b43a
2 changed files with 2 additions and 2 deletions

View File

@ -893,7 +893,7 @@ wxArrayString GPCB_PLUGIN::FootprintEnumerate( const wxString& aLibraryPath,
init( aProperties );
#if 0 // Set to 0 to only read directory contents, not load cache.
#if 1 // Set to 0 to only read directory contents, not load cache.
cacheLib( aLibraryPath );
const MODULE_MAP& mods = m_cache->GetModules();

View File

@ -1703,7 +1703,7 @@ wxArrayString PCB_IO::FootprintEnumerate( const wxString& aLibraryPath,
init( aProperties );
#if 0 // Set to 0 to only read directory contents, not load cache.
#if 1 // Set to 0 to only read directory contents, not load cache.
cacheLib( aLibraryPath );
const MODULE_MAP& mods = m_cache->GetModules();