summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-15 21:58:18 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-15 21:58:18 +0100
commit511d1b7325f2f0a027ca72b5bc1fc3798abb8bbc (patch)
treeb45d4edafa42297dc691abe1a725e18bf53f359c /src/wx/timecode.h
parent023e5ad3d9e704fb63e43bb45a0f279c1fdc3a0f (diff)
Allow paste of 8-digit numbers as timecodes.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h
index ed78f9428..53cd93694 100644
--- a/src/wx/timecode.h
+++ b/src/wx/timecode.h
@@ -50,6 +50,7 @@ public:
protected:
void changed(wxCommandEvent& ev);
+ void paste(wxClipboardTextEvent& ev);
void set_clicked ();
virtual bool valid() const = 0;