X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimecode.cc;h=07cb0be6586b6485defff73b314ad2702fac87f5;hb=7b2054e2a73844450b5b55c5788c02af671812ce;hp=86e1997e961ba31ad080b70bfe6fc6fbb7ac2de5;hpb=73f52e94953848c696725defd3d7f5c4c30707e2;p=dcpomatic.git diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index 86e1997e9..07cb0be65 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -115,6 +115,16 @@ Timecode::get (int fps) const return t; } +void +Timecode::clear () +{ + checked_set (_hours, ""); + checked_set (_minutes, ""); + checked_set (_seconds, ""); + checked_set (_frames, ""); + _fixed->SetLabel (""); +} + void Timecode::changed () {