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
b4bb924e
Commit
b4bb924e
authored
Apr 11, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comment
parent
1121b9cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dialog_pad_properties.cpp
pcbnew/dialogs/dialog_pad_properties.cpp
+3
-1
No files found.
pcbnew/dialogs/dialog_pad_properties.cpp
View file @
b4bb924e
...
@@ -132,6 +132,7 @@ private:
...
@@ -132,6 +132,7 @@ private:
void
OnValuesChanged
(
wxCommandEvent
&
event
);
void
OnValuesChanged
(
wxCommandEvent
&
event
);
/// Updates the different parameters for the component being edited.
/// Updates the different parameters for the component being edited.
/// Fired from the OK button click.
void
PadPropertiesAccept
(
wxCommandEvent
&
event
);
void
PadPropertiesAccept
(
wxCommandEvent
&
event
);
};
};
...
@@ -139,7 +140,7 @@ private:
...
@@ -139,7 +140,7 @@ private:
DIALOG_PAD_PROPERTIES
::
DIALOG_PAD_PROPERTIES
(
PCB_BASE_FRAME
*
aParent
,
D_PAD
*
aPad
)
:
DIALOG_PAD_PROPERTIES
::
DIALOG_PAD_PROPERTIES
(
PCB_BASE_FRAME
*
aParent
,
D_PAD
*
aPad
)
:
DIALOG_PAD_PROPERTIES_BASE
(
aParent
),
DIALOG_PAD_PROPERTIES_BASE
(
aParent
),
// use aParent's parent, which is the original BOARD, not the dummy module editor BOARD,
// use aParent's parent, which is the original BOARD, not the dummy module editor BOARD,
// since FOOTPRINT_EDIT_FRAME::GetDesignSettings() is tricked out to use the PCB_EDIT
OR
_FRAME's
// since FOOTPRINT_EDIT_FRAME::GetDesignSettings() is tricked out to use the PCB_EDIT_FRAME's
// BOARD, not its own BOARD.
// BOARD, not its own BOARD.
m_Pad_Master
(
aParent
->
GetDesignSettings
().
m_Pad_Master
)
m_Pad_Master
(
aParent
->
GetDesignSettings
().
m_Pad_Master
)
{
{
...
@@ -847,6 +848,7 @@ void DIALOG_PAD_PROPERTIES::PadPropertiesAccept( wxCommandEvent& event )
...
@@ -847,6 +848,7 @@ void DIALOG_PAD_PROPERTIES::PadPropertiesAccept( wxCommandEvent& event )
m_Parent
->
GetBoard
()
->
m_Status_Pcb
=
0
;
m_Parent
->
GetBoard
()
->
m_Status_Pcb
=
0
;
}
}
bool
DIALOG_PAD_PROPERTIES
::
transferDataToPad
(
D_PAD
*
aPad
)
bool
DIALOG_PAD_PROPERTIES
::
transferDataToPad
(
D_PAD
*
aPad
)
{
{
long
padLayerMask
;
long
padLayerMask
;
...
...
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