summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-13 10:54:02 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-13 10:54:02 +0100
commit439953204388991b96fce215c62396a7b6d33acd (patch)
tree6a21758ac7d22d52909af18753dfd7391fc742ef /src/wx/timing_panel.h
parent38e73a895fb6145391c2c43cc97783a3eaf50cc5 (diff)
Add button to move things to the start of reels (#798).
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index 2b92c6307..0767daa09 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -34,6 +34,7 @@ public:
private:
void position_changed ();
+ void move_to_start_of_reel_clicked ();
void full_length_changed ();
void trim_start_changed ();
void trim_start_to_playhead_clicked ();
@@ -49,6 +50,7 @@ private:
FilmViewer* _viewer;
Timecode<DCPTime>* _position;
+ wxButton* _move_to_start_of_reel;
Timecode<DCPTime>* _full_length;
Timecode<ContentTime>* _trim_start;
wxButton* _trim_start_to_playhead;