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
f8cea818
Commit
f8cea818
authored
Oct 14, 2014
by
Konstantin Baranovskiy
Committed by
Wayne Stambaugh
Oct 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CvPcb menu accelerator bug in Linux. (fixes lp:1375232)
parent
788a2543
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
class_components_listbox.cpp
cvpcb/class_components_listbox.cpp
+2
-0
class_footprints_listbox.cpp
cvpcb/class_footprints_listbox.cpp
+2
-0
class_library_listbox.cpp
cvpcb/class_library_listbox.cpp
+2
-0
No files found.
cvpcb/class_components_listbox.cpp
View file @
f8cea818
...
...
@@ -168,6 +168,8 @@ void COMPONENTS_LISTBOX::OnChar( wxKeyEvent& event )
break
;
}
}
event
.
Skip
();
}
...
...
cvpcb/class_footprints_listbox.cpp
View file @
f8cea818
...
...
@@ -286,4 +286,6 @@ void FOOTPRINTS_LISTBOX::OnChar( wxKeyEvent& event )
break
;
}
}
event
.
Skip
();
}
cvpcb/class_library_listbox.cpp
View file @
f8cea818
...
...
@@ -213,6 +213,8 @@ void LIBRARY_LISTBOX::OnChar( wxKeyEvent& event )
break
;
}
}
event
.
Skip
();
}
...
...
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