diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-14 10:37:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-14 10:37:01 +0000 |
| commit | 564780ded57e506f82971e71679a5645223bcff2 (patch) | |
| tree | ab34341d71d37ee19c603b937e08ff545e96aab1 /src | |
| parent | ea379128f9a89ea47660140af4a59efc88498901 (diff) | |
Focus frame entry in playhead-to-frame dialogue.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/playhead_to_frame_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/playhead_to_frame_dialog.cc b/src/wx/playhead_to_frame_dialog.cc index 137be60ae..1ae049d26 100644 --- a/src/wx/playhead_to_frame_dialog.cc +++ b/src/wx/playhead_to_frame_dialog.cc @@ -29,6 +29,7 @@ PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, int fps) { add (_("Go to"), true); _frame = add (new wxTextCtrl (this, wxID_ANY, wxT (""))); + _frame->SetFocus (); layout (); } |
