Fixes: lp:1662702 (Pad Properties Dialog not responding to OK button when run from ModEdit toolbar)

https://bugs.launchpad.net/kicad/+bug/1662702
This commit is contained in:
jean-pierre charras 2017-02-08 09:27:52 +01:00
parent 2710221f5f
commit 0dc11936ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 );