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
5383aa2e
Commit
5383aa2e
authored
May 30, 2011
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gerbview: fix bug 788778.
parent
09c038be
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
107 additions
and
49 deletions
+107
-49
onrightclick.cpp
eeschema/onrightclick.cpp
+2
-2
draw_gerber_screen.cpp
gerbview/draw_gerber_screen.cpp
+105
-47
No files found.
eeschema/onrightclick.cpp
View file @
5383aa2e
...
...
@@ -301,8 +301,8 @@ void AddMenusForComponent( wxMenu* PopMenu, SCH_COMPONENT* Component )
if
(
!
Component
->
GetFlags
()
)
{
ADD_MENUITEM
(
editmenu
,
ID_POPUP_SCH_CALL_LIBEDIT_AND_LOAD_CMP
,
_
(
"Edit with Lib
edit
"
),
lib
rary
_xpm
);
ADD_MENUITEM
(
editmenu
,
ID_POPUP_SCH_CALL_LIBEDIT_AND_LOAD_CMP
,
_
(
"Edit with Lib
rary Editor
"
),
lib
edit
_xpm
);
}
ADD_MENUITEM_WITH_SUBMENU
(
PopMenu
,
editmenu
,
ID_POPUP_SCH_GENERIC_EDIT_CMP
,
...
...
gerbview/draw_gerber_screen.cpp
View file @
5383aa2e
This diff is collapsed.
Click to expand it.
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