Enable default OK button.

Fixes: lp:1818397
* https://bugs.launchpad.net/kicad/+bug/1818397
This commit is contained in:
Jeff Young 2019-03-04 12:06:19 +00:00
parent 69f003ba4a
commit cedef13bb1
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ DIALOG_NON_COPPER_ZONES_EDITOR::DIALOG_NON_COPPER_ZONES_EDITOR( PCB_BASE_FRAME*
m_settings = *aSettings;
m_settings.SetupLayersList( m_layers, m_parent, false );
m_sdbSizerButtonsOK->SetDefault();
FinishDialogSettings();
}