diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-10 15:00:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-10 15:00:41 +0100 |
| commit | b3d598f551a874b34ff4fb51a0a65631fc3ad070 (patch) | |
| tree | 60fb477fb709e852914b185b7b9ff7f49555a3eb /src/wx/timeline_dialog.h | |
| parent | 895751dcac8caeb03e8af8ba286b4297f8f85e0b (diff) | |
Basic snapping in the timeline.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index 17ca22c49..1e5955003 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -30,5 +30,8 @@ public: TimelineDialog (FilmEditor *, boost::shared_ptr<Film>); private: + void snap_toggled (); + Timeline _timeline; + wxCheckBox* _snap; }; |
