pot/merge.
[dcpomatic.git] / src / wx / playhead_to_timecode_dialog.cc
index be4ac7dfccc524986f4dd2a5823606c802021305..a691aa64e0f7cfc260e9ddd754da11ea04e99176 100644 (file)
@@ -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 ();
 }