Commit 2d9385b4 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Make old behavior the default in EnumerateFootprint() changes.

parent 30a08e2b
...@@ -893,7 +893,7 @@ wxArrayString GPCB_PLUGIN::FootprintEnumerate( const wxString& aLibraryPath, ...@@ -893,7 +893,7 @@ wxArrayString GPCB_PLUGIN::FootprintEnumerate( const wxString& aLibraryPath,
init( aProperties ); 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 ); cacheLib( aLibraryPath );
const MODULE_MAP& mods = m_cache->GetModules(); const MODULE_MAP& mods = m_cache->GetModules();
......
...@@ -1703,7 +1703,7 @@ wxArrayString PCB_IO::FootprintEnumerate( const wxString& aLibraryPath, ...@@ -1703,7 +1703,7 @@ wxArrayString PCB_IO::FootprintEnumerate( const wxString& aLibraryPath,
init( aProperties ); 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 ); cacheLib( aLibraryPath );
const MODULE_MAP& mods = m_cache->GetModules(); const MODULE_MAP& mods = m_cache->GetModules();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment