summaryrefslogtreecommitdiff
path: root/src/wx/repeat_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/repeat_dialog.cc')
-rw-r--r--src/wx/repeat_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/repeat_dialog.cc b/src/wx/repeat_dialog.cc
index d1d1fcfd2..aabde4616 100644
--- a/src/wx/repeat_dialog.cc
+++ b/src/wx/repeat_dialog.cc
@@ -31,6 +31,8 @@ RepeatDialog::RepeatDialog (wxWindow* parent)
_number->SetRange (1, 1024);
layout ();
+
+ _number->SetFocus ();
}
int