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
75b59d8f
Commit
75b59d8f
authored
Sep 18, 2013
by
tomasz.wlostowski@cern.ch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PCB_EDIT_FRAME: public SetTopLayer() method
parent
1112d279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
wxPcbStruct.h
include/wxPcbStruct.h
+5
-0
No files found.
include/wxPcbStruct.h
View file @
75b59d8f
...
...
@@ -1690,6 +1690,11 @@ public:
*/
void
UpdateTitle
();
void
SetTopLayer
(
LAYER_NUM
aLayer
)
{
setTopLayer
(
aLayer
);
}
DECLARE_EVENT_TABLE
()
};
...
...
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