From 511d1b7325f2f0a027ca72b5bc1fc3798abb8bbc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Jan 2025 21:58:18 +0100 Subject: Allow paste of 8-digit numbers as timecodes. --- src/wx/timecode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/timecode.h') 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; -- cgit v1.2.3