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
f3467272
Commit
f3467272
authored
Dec 31, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: only invoke fp-lib-table options editor when table not empty.
parent
bfc72b01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
dialog_fp_lib_table.cpp
pcbnew/dialogs/dialog_fp_lib_table.cpp
+18
-15
No files found.
pcbnew/dialogs/dialog_fp_lib_table.cpp
View file @
f3467272
...
@@ -583,6 +583,8 @@ private:
...
@@ -583,6 +583,8 @@ private:
{
{
FP_TBL_MODEL
*
tbl
=
cur_model
();
FP_TBL_MODEL
*
tbl
=
cur_model
();
if
(
tbl
->
GetNumberRows
()
)
{
int
curRow
=
getCursorRow
();
int
curRow
=
getCursorRow
();
ROW
&
row
=
tbl
->
rows
[
curRow
];
ROW
&
row
=
tbl
->
rows
[
curRow
];
...
@@ -607,6 +609,7 @@ private:
...
@@ -607,6 +609,7 @@ private:
#endif
#endif
}
}
}
}
}
void
onCancelButtonClick
(
wxCommandEvent
&
event
)
void
onCancelButtonClick
(
wxCommandEvent
&
event
)
{
{
...
...
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