diff --git a/electrum/gui/qt/wizard/wizard.py b/electrum/gui/qt/wizard/wizard.py index bad04a32d..b0ca3fe6c 100644 --- a/electrum/gui/qt/wizard/wizard.py +++ b/electrum/gui/qt/wizard/wizard.py @@ -126,6 +126,7 @@ class QEAbstractWizard(QDialog, MessageBoxMixin): self.load_next_component(viewstate.view, viewstate.wizard_data, viewstate.params) # TODO: re-test if needed on macOS self.refresh_gui() # Need for QT on MacOSX. Lame. + self.next_button.setFocus() # setDefault() is not enough def refresh_gui(self): # For some reason, to refresh the GUI this needs to be called twice