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
c7d6dad7
Commit
c7d6dad7
authored
Aug 06, 2012
by
Miguel Angel Ajo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: fix bug 1033510 that crashes pcbnew when no footprint wizard is selected
parent
ccb74b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
footprint_wizard.cpp
pcbnew/footprint_wizard.cpp
+8
-1
No files found.
pcbnew/footprint_wizard.cpp
View file @
c7d6dad7
...
@@ -112,7 +112,14 @@ void FOOTPRINT_WIZARD_FRAME::ReloadFootprint()
...
@@ -112,7 +112,14 @@ void FOOTPRINT_WIZARD_FRAME::ReloadFootprint()
MODULE
*
FOOTPRINT_WIZARD_FRAME
::
GetBuiltFootprint
()
MODULE
*
FOOTPRINT_WIZARD_FRAME
::
GetBuiltFootprint
()
{
{
return
m_FootprintWizard
->
GetModule
();
if
(
m_FootprintWizard
)
{
return
m_FootprintWizard
->
GetModule
();
}
else
{
return
NULL
;
}
}
}
void
FOOTPRINT_WIZARD_FRAME
::
SelectFootprintWizard
()
void
FOOTPRINT_WIZARD_FRAME
::
SelectFootprintWizard
()
...
...
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