summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-14 10:37:01 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-14 10:37:01 +0000
commit564780ded57e506f82971e71679a5645223bcff2 (patch)
treeab34341d71d37ee19c603b937e08ff545e96aab1 /src
parentea379128f9a89ea47660140af4a59efc88498901 (diff)
Focus frame entry in playhead-to-frame dialogue.
Diffstat (limited to 'src')
-rw-r--r--src/wx/playhead_to_frame_dialog.cc1
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 ();
}