diff options
Diffstat (limited to 'src/wx/repeat_dialog.cc')
| -rw-r--r-- | src/wx/repeat_dialog.cc | 2 |
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 |
