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
cec0a956
Commit
cec0a956
authored
Apr 11, 2015
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: pcbnew segfaults after adding footprint directly from editor
parent
3fc45fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
module_tools.cpp
pcbnew/tools/module_tools.cpp
+0
-2
No files found.
pcbnew/tools/module_tools.cpp
View file @
cec0a956
...
...
@@ -146,8 +146,6 @@ int MODULE_TOOLS::PlacePad( const TOOL_EVENT& aEvent )
module
->
SetLastEditTime
();
module
->
Pads
().
PushBack
(
pad
);
pad
->
SetNetCode
(
NETINFO_LIST
::
UNCONNECTED
);
// Set the relative pad position
// ( pad position for module orient, 0, and relative to the module position)
pad
->
SetLocalCoord
();
...
...
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