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:
Michael Kavanagh 2019-05-24 20:31:07 +01:00 committed by Seth Hillbrand
parent 5287ab6e4f
commit 27d097a78c
1 changed files with 0 additions and 3 deletions

View File

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