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
9d839eb8
Commit
9d839eb8
authored
Dec 13, 2009
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: make global edit pads function compatible with new pads changes and make it undoable.
parent
0893f3f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
globaleditpad.cpp
pcbnew/globaleditpad.cpp
+3
-1
No files found.
pcbnew/globaleditpad.cpp
View file @
9d839eb8
...
...
@@ -57,12 +57,14 @@ DIALOG_GLOBAL_PADS_EDITION::DIALOG_GLOBAL_PADS_EDITION(
m_Pad_Layer_Filter_CB
->
SetValue
(
m_Pad_Layer_Filter
);
m_Pad_Orient_Filter_CB
->
SetValue
(
m_Pad_Orient_Filter
);
SetFocus
();
GetSizer
()
->
Fit
(
this
);
Centre
();
}
/*Class DIALOG_GLOBAL_PADS_EDITION static variables */
/*
Class DIALOG_GLOBAL_PADS_EDITION static variables */
bool
DIALOG_GLOBAL_PADS_EDITION
::
m_Pad_Shape_Filter
=
true
;
bool
DIALOG_GLOBAL_PADS_EDITION
::
m_Pad_Layer_Filter
=
true
;
bool
DIALOG_GLOBAL_PADS_EDITION
::
m_Pad_Orient_Filter
=
true
;
...
...
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