diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 21:31:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 21:31:20 +0200 |
| commit | 1ea8806c7c628cba3cc063200efca10b327356cf (patch) | |
| tree | a57baebf64f9ee8eb121b6287b9295fe509e97a1 /src/wx/email_dialog.cc | |
| parent | 63a493f35d014c4dc20dbcb3cdc08de40d2a012c (diff) | |
Add a bunch of SetFocus calls.
Diffstat (limited to 'src/wx/email_dialog.cc')
| -rw-r--r-- | src/wx/email_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/email_dialog.cc b/src/wx/email_dialog.cc index b95d79b03..854a130c6 100644 --- a/src/wx/email_dialog.cc +++ b/src/wx/email_dialog.cc @@ -32,6 +32,8 @@ EmailDialog::EmailDialog (wxWindow* parent) _email = add (new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, wxSize (400, -1))); layout (); + + _email->SetFocus (); } void |
