Add a bunch of SetFocus calls.
[dcpomatic.git] / src / wx / report_problem_dialog.cc
index c79c542ed5861d880010d9bbb54e8d1da0c14538..981d13f31e1956e6085ee838c402d6b108c05ec5 100644 (file)
@@ -97,6 +97,8 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> fil
 
        _overall_sizer->Layout ();
        _overall_sizer->SetSizeHints (this);
+
+       _summary->SetFocus ();
 }
 
 void