Stop PNS router settings from being overwritten when switching modes

Fixes: lp:1824967
* https://bugs.launchpad.net/kicad/+bug/1824967

(cherry picked from commit 27d097a78c)
This commit is contained in:
Michael Kavanagh 2019-05-24 20:31:07 +01:00 committed by Seth Hillbrand
parent 356ccd0314
commit 18f7d0129a
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 );
}
}