X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.cc;fp=src%2Fwx%2Ftimecode.cc;h=454614a1b16bf7473a03ded8aebd5b9608ac340f;hb=fab7fa5a9ef1d069c7ca32e3669d0e37e896250c;hp=8db6050943caff69504ff09324650251a2fa4282;hpb=24e890682b3f2aa211277ad8b6b3591f2026d4be;p=dcpomatic.git diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index 8db605094..454614a1b 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -84,6 +84,12 @@ TimecodeBase::TimecodeBase (wxWindow* parent, bool set_button) SetSizerAndFit (_sizer); } +void +TimecodeBase::set_focus () +{ + _hours->SetFocus (); +} + void TimecodeBase::clear () {