diff options
Diffstat (limited to 'src/wx/timecode.cc')
| -rw-r--r-- | src/wx/timecode.cc | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -85,6 +85,12 @@ TimecodeBase::TimecodeBase (wxWindow* parent, bool set_button) } void +TimecodeBase::set_focus () +{ + _hours->SetFocus (); +} + +void TimecodeBase::clear () { checked_set (_hours, wxT ("")); |
