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
eb9e1f77
Commit
eb9e1f77
authored
Dec 10, 2007
by
CHARRAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
listboxes.cpp FootprintListBox::m_ActiveFootprint member was not initialized
parent
be015fdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
change_log.txt
change_log.txt
+7
-0
listboxes.cpp
cvpcb/listboxes.cpp
+1
-0
No files found.
change_log.txt
View file @
eb9e1f77
...
...
@@ -4,6 +4,13 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.
2007-Dec-09 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+cvpcb:
listboxes.cpp FootprintListBox::m_ActiveFootprint member was not initialized.
Can crash cvpcb (WINDOWS only, i believe)
2007-Dec-09 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+pcbnew:
...
...
cvpcb/listboxes.cpp
View file @
eb9e1f77
...
...
@@ -70,6 +70,7 @@ FootprintListBox::FootprintListBox( WinEDA_CvpcbFrame* parent,
int
nbitems
,
wxString
choice
[]
)
:
ListBoxBase
(
parent
,
id
,
loc
,
size
)
{
m_ActiveFootprintList
=
NULL
;
SetActiveFootprintList
(
TRUE
);
}
...
...
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