diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-05 13:50:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-05 13:50:52 +0100 |
| commit | e8af431bd9bfc5f1d6aa33246bdd082bc8b2d17e (patch) | |
| tree | 26ca3bdd4d9398f0a346f5c500332489662cf47e /src/wx/timeline_dialog.h | |
| parent | 49475a44169acac768d496d7aca232dacbb2ae6d (diff) | |
Delete in timeline removes content (#2370).
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index f5dea4eef..155d51fac 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -39,6 +39,7 @@ public: private: void film_change (ChangeType type, Film::Property); void tool_clicked (wxCommandEvent& id); + void keypress(wxKeyEvent const& event); std::weak_ptr<Film> _film; Timeline _timeline; |
