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
dc4bfd8f
Commit
dc4bfd8f
authored
Feb 03, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use layer_widget in Gerbview
Added sample gerber files for test (gerbview has problem with 2 files)
parent
eeb32e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dialog_general_options.cpp
pcbnew/dialog_general_options.cpp
+1
-1
No files found.
pcbnew/dialog_general_options.cpp
View file @
dc4bfd8f
...
@@ -241,7 +241,7 @@ void WinEDA_PcbFrame::OnSelectOptionToolbar( wxCommandEvent& event )
...
@@ -241,7 +241,7 @@ void WinEDA_PcbFrame::OnSelectOptionToolbar( wxCommandEvent& event )
m_auimgr
.
Update
();
m_auimgr
.
Update
();
break
;
break
;
case
ID_TB_OPTIONS_SHOW_
LAYERS_MANAGER
_VERTICAL_TOOLBAR
:
case
ID_TB_OPTIONS_SHOW_
MANAGE_LAYERS
_VERTICAL_TOOLBAR
:
// show auxiliary Vertical layers and visibility manager toolbar
// show auxiliary Vertical layers and visibility manager toolbar
m_show_layer_manager_tools
=
state
;
m_show_layer_manager_tools
=
state
;
m_auimgr
.
GetPane
(
wxT
(
"m_LayersManagerToolBar"
)
).
Show
(
m_show_layer_manager_tools
);
m_auimgr
.
GetPane
(
wxT
(
"m_LayersManagerToolBar"
)
).
Show
(
m_show_layer_manager_tools
);
...
...
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