summaryrefslogtreecommitdiff
path: root/src/wx/playhead_to_timecode_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.cc')
-rw-r--r--src/wx/playhead_to_timecode_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/playhead_to_timecode_dialog.cc b/src/wx/playhead_to_timecode_dialog.cc
index be4ac7dfc..a691aa64e 100644
--- a/src/wx/playhead_to_timecode_dialog.cc
+++ b/src/wx/playhead_to_timecode_dialog.cc
@@ -26,6 +26,7 @@ PlayheadToTimecodeDialog::PlayheadToTimecodeDialog (wxWindow* parent, int fps)
{
add (_("Go to"), true);
_timecode = add (new Timecode<DCPTime> (this, false));
+ _timecode->set_focus ();
layout ();
}