diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-19 20:37:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-19 20:37:33 +0000 |
| commit | fab7fa5a9ef1d069c7ca32e3669d0e37e896250c (patch) | |
| tree | 8b79934eacbaf1c39060a9d4ba9307c8178608ef /src/wx/playhead_to_timecode_dialog.cc | |
| parent | 24e890682b3f2aa211277ad8b6b3591f2026d4be (diff) | |
Focus the timecode control on opening playhead-to-timecode.
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.cc')
| -rw-r--r-- | src/wx/playhead_to_timecode_dialog.cc | 1 |
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 (); } |
