From 864467b923a8df73af37e3f662d2889735a7f95d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 8 Aug 2014 20:00:15 +0100 Subject: Allow support for changing timing details on multiple content simultaneously. --- src/wx/timecode.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/wx/timecode.cc') diff --git a/src/wx/timecode.cc b/src/wx/timecode.cc index ee5b5604b..166446d8c 100644 --- a/src/wx/timecode.cc +++ b/src/wx/timecode.cc @@ -121,6 +121,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 () { -- cgit v1.2.3