summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-05 13:50:52 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-05 13:50:52 +0100
commite8af431bd9bfc5f1d6aa33246bdd082bc8b2d17e (patch)
tree26ca3bdd4d9398f0a346f5c500332489662cf47e /src/wx/timeline.h
parent49475a44169acac768d496d7aca232dacbb2ae6d (diff)
Delete in timeline removes content (#2370).
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index a2c4f0f2f..184a5d9ee 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -82,6 +82,8 @@ public:
int tracks_y_offset () const;
+ void keypress(wxKeyEvent const &);
+
private:
void paint_labels ();
void paint_main ();