diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-23 21:08:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-23 21:08:29 +0100 |
| commit | 8d70790bda099158cfd9058998dba76ec78f83fa (patch) | |
| tree | b7725594414a59eb7e2d680e2b15fcd498fde539 /src/wx/timeline_dialog.h | |
| parent | f732863e89207dfefeada9fa889a8bea65702e2a (diff) | |
Move keep-video-in-sequence button into the timeline dialogue.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 1e5955003..19a7ffade 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -31,7 +31,11 @@ public: private: void snap_toggled (); + void sequence_video_toggled (); + void film_changed (Film::Property); + boost::weak_ptr<Film> _film; Timeline _timeline; wxCheckBox* _snap; + wxCheckBox* _sequence_video; }; |
