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/cinema_dialog.cc | |
| parent | 63a493f35d014c4dc20dbcb3cdc08de40d2a012c (diff) | |
Add a bunch of SetFocus calls.
Diffstat (limited to 'src/wx/cinema_dialog.cc')
| -rw-r--r-- | src/wx/cinema_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/cinema_dialog.cc b/src/wx/cinema_dialog.cc index 31e6ebe79..04391774b 100644 --- a/src/wx/cinema_dialog.cc +++ b/src/wx/cinema_dialog.cc @@ -96,6 +96,8 @@ CinemaDialog::CinemaDialog (wxWindow* parent, wxString title, string name, list< overall_sizer->Layout (); overall_sizer->SetSizeHints (this); + + _name->SetFocus (); } string |
