Browse Source

Enable default OK button.

Fixes: lp:1818397
* https://bugs.launchpad.net/kicad/+bug/1818397
pull/13/head
Jeff Young 7 years ago
parent
commit
cedef13bb1
  1. 2
      pcbnew/dialogs/dialog_non_copper_zones_properties.cpp

2
pcbnew/dialogs/dialog_non_copper_zones_properties.cpp

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

Loading…
Cancel
Save