Enable default OK button.
Fixes: lp:1818397 * https://bugs.launchpad.net/kicad/+bug/1818397
This commit is contained in:
parent
69f003ba4a
commit
cedef13bb1
|
@ -74,6 +74,8 @@ DIALOG_NON_COPPER_ZONES_EDITOR::DIALOG_NON_COPPER_ZONES_EDITOR( PCB_BASE_FRAME*
|
||||||
m_settings = *aSettings;
|
m_settings = *aSettings;
|
||||||
m_settings.SetupLayersList( m_layers, m_parent, false );
|
m_settings.SetupLayersList( m_layers, m_parent, false );
|
||||||
|
|
||||||
|
m_sdbSizerButtonsOK->SetDefault();
|
||||||
|
|
||||||
FinishDialogSettings();
|
FinishDialogSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue