From 4df999cbe27cd1f576855132767afa52574b0ef1 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Wed, 11 Apr 2012 18:51:16 -0500 Subject: [PATCH] fix comment --- pcbnew/dialogs/dialog_pad_properties.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_pad_properties.cpp b/pcbnew/dialogs/dialog_pad_properties.cpp index ebac1e4d76..b9f4a76861 100644 --- a/pcbnew/dialogs/dialog_pad_properties.cpp +++ b/pcbnew/dialogs/dialog_pad_properties.cpp @@ -132,6 +132,7 @@ private: void OnValuesChanged( wxCommandEvent& event ); /// Updates the different parameters for the component being edited. + /// Fired from the OK button click. void PadPropertiesAccept( wxCommandEvent& event ); }; @@ -139,7 +140,7 @@ private: DIALOG_PAD_PROPERTIES::DIALOG_PAD_PROPERTIES( PCB_BASE_FRAME* aParent, D_PAD* aPad ) : DIALOG_PAD_PROPERTIES_BASE( aParent ), // 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_EDITOR_FRAME's + // since FOOTPRINT_EDIT_FRAME::GetDesignSettings() is tricked out to use the PCB_EDIT_FRAME's // BOARD, not its own BOARD. m_Pad_Master( aParent->GetDesignSettings().m_Pad_Master ) { @@ -847,6 +848,7 @@ void DIALOG_PAD_PROPERTIES::PadPropertiesAccept( wxCommandEvent& event ) m_Parent->GetBoard()->m_Status_Pcb = 0; } + bool DIALOG_PAD_PROPERTIES::transferDataToPad( D_PAD* aPad ) { long padLayerMask;