summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 ();
}