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:
parent
2710221f5f
commit
0dc11936ad
|
@ -945,7 +945,7 @@ bool DIALOG_PAD_PROPERTIES::TransferDataFromWindow()
|
||||||
m_padMaster->SetNetCode( NETINFO_LIST::UNCONNECTED );
|
m_padMaster->SetNetCode( NETINFO_LIST::UNCONNECTED );
|
||||||
|
|
||||||
if( !m_currentPad ) // Set current Pad parameters
|
if( !m_currentPad ) // Set current Pad parameters
|
||||||
return false;
|
return true;
|
||||||
|
|
||||||
commit.Modify( m_currentPad );
|
commit.Modify( m_currentPad );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue