summaryrefslogtreecommitdiff
path: root/src/wx/report_problem_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-08 21:31:20 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-08 21:31:20 +0200
commit1ea8806c7c628cba3cc063200efca10b327356cf (patch)
treea57baebf64f9ee8eb121b6287b9295fe509e97a1 /src/wx/report_problem_dialog.cc
parent63a493f35d014c4dc20dbcb3cdc08de40d2a012c (diff)
Add a bunch of SetFocus calls.
Diffstat (limited to 'src/wx/report_problem_dialog.cc')
-rw-r--r--src/wx/report_problem_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc
index c79c542ed..981d13f31 100644
--- a/src/wx/report_problem_dialog.cc
+++ b/src/wx/report_problem_dialog.cc
@@ -97,6 +97,8 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> fil
_overall_sizer->Layout ();
_overall_sizer->SetSizeHints (this);
+
+ _summary->SetFocus ();
}
void