From 023e5ad3d9e704fb63e43bb45a0f279c1fdc3a0f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 15 Jan 2025 21:58:07 +0100 Subject: Move onto next timecode control after typing two characters. --- src/wx/timecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/timecode.h') diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 64d2e311b..ed78f9428 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -49,7 +49,7 @@ public: static wxSize size (wxWindow* parent); protected: - void changed (); + void changed(wxCommandEvent& ev); void set_clicked (); virtual bool valid() const = 0; -- cgit v1.2.3