diff --git a/pcbnew/dialogs/dialog_pad_properties.cpp b/pcbnew/dialogs/dialog_pad_properties.cpp index 2206d9298d..de1fe5b725 100644 --- a/pcbnew/dialogs/dialog_pad_properties.cpp +++ b/pcbnew/dialogs/dialog_pad_properties.cpp @@ -945,7 +945,7 @@ bool DIALOG_PAD_PROPERTIES::TransferDataFromWindow() m_padMaster->SetNetCode( NETINFO_LIST::UNCONNECTED ); if( !m_currentPad ) // Set current Pad parameters - return false; + return true; commit.Modify( m_currentPad );