Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
2d9385b4
Commit
2d9385b4
authored
Dec 13, 2013
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make old behavior the default in EnumerateFootprint() changes.
parent
30a08e2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gpcb_plugin.cpp
pcbnew/gpcb_plugin.cpp
+1
-1
kicad_plugin.cpp
pcbnew/kicad_plugin.cpp
+1
-1
No files found.
pcbnew/gpcb_plugin.cpp
View file @
2d9385b4
...
...
@@ -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
();
...
...
pcbnew/kicad_plugin.cpp
View file @
2d9385b4
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment