Stop PNS router settings from being overwritten when switching modes
Fixes: lp:1824967 * https://bugs.launchpad.net/kicad/+bug/1824967
This commit is contained in:
parent
5287ab6e4f
commit
27d097a78c
|
@ -89,10 +89,7 @@ void DIALOG_PNS_SETTINGS::onModeChange( wxCommandEvent& aEvent )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_freeAngleMode->SetValue( false );
|
||||
m_freeAngleMode->Enable( false );
|
||||
|
||||
m_violateDrc->SetValue( false );
|
||||
m_violateDrc->Enable( false );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue