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
cdf9a229
Commit
cdf9a229
authored
Oct 06, 2008
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
variable number of fields per schematic component
parent
2d526b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
component_class.cpp
eeschema/component_class.cpp
+0
-4
No files found.
eeschema/component_class.cpp
View file @
cdf9a229
...
...
@@ -891,10 +891,6 @@ bool SCH_COMPONENT::Save( FILE* f ) const
if
(
field
->
m_Text
.
IsEmpty
()
&&
defaultName
==
field
->
m_Name
)
continue
;
// re-number the fields on disk so they are contiguously numbered.
// The field index is probably not needed long term.
field
->
m_FieldId
=
fieldNdx
;
if
(
!
field
->
Save
(
f
)
)
{
Success
=
false
;
...
...
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