diff options
Diffstat (limited to 'src/wx/server_dialog.cc')
| -rw-r--r-- | src/wx/server_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/server_dialog.cc b/src/wx/server_dialog.cc index abad58989..51fe4302c 100644 --- a/src/wx/server_dialog.cc +++ b/src/wx/server_dialog.cc @@ -41,6 +41,8 @@ ServerDialog::ServerDialog (wxWindow* parent) _host = add (new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, size)); layout (); + + _host->SetFocus (); } void |
