Add a bunch of SetFocus calls.
[dcpomatic.git] / src / wx / server_dialog.cc
index abad589891231e0de8e876039df6b03424e43855..51fe4302c7c3af104018a0e379ef8e9d7dd3049e 100644 (file)
@@ -41,6 +41,8 @@ ServerDialog::ServerDialog (wxWindow* parent)
        _host = add (new wxTextCtrl (this, wxID_ANY, wxT (""), wxDefaultPosition, size));
 
        layout ();
+
+       _host->SetFocus ();
 }
 
 void