summaryrefslogtreecommitdiff
path: root/src/wx/dcp_timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-09 19:36:33 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-09 19:37:16 +0200
commitf89f471e821b33839d3a24c2ed39a5595b83b6ee (patch)
tree451a0c0e1bcf087d5c4070199cb92dd0e7d18fab /src/wx/dcp_timeline.h
parentac2304c3cb37dcde2c5a91ddd1e19f788ce3896f (diff)
Add menu option to remove a reel boundary (#2824).
Diffstat (limited to 'src/wx/dcp_timeline.h')
-rw-r--r--src/wx/dcp_timeline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_timeline.h b/src/wx/dcp_timeline.h
index 6abb72d63..e3ab386a8 100644
--- a/src/wx/dcp_timeline.h
+++ b/src/wx/dcp_timeline.h
@@ -66,6 +66,7 @@ private:
void setup_sensitivity();
void add_reel_boundary();
+ void remove_reel_boundary();
void setup_reel_settings();
void setup_reel_boundaries();
std::shared_ptr<ReelBoundary> event_to_reel_boundary(wxMouseEvent& ev) const;
@@ -115,6 +116,7 @@ private:
wxMenu* _menu;
wxMenuItem* _add_reel_boundary;
+ wxMenuItem* _remove_reel_boundary;
boost::signals2::scoped_connection _film_connection;