Allow support for changing timing details on multiple content simultaneously.
[dcpomatic.git] / src / wx / timecode.cc
index ee5b5604bef4189e95329a360525be0e0bfbaf7b..166446d8c76140eb1e5fa01c27731abdb003111a 100644 (file)
@@ -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 ()
 {