diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
| commit | c554c20be02b4a518be1be4266f90b88df9d5bd6 (patch) | |
| tree | 014aec0045a14dd44d811cefbd14e4dd6628fcf6 /src/wx/timeline.h | |
| parent | 7bcf60f8ad3acd4dcae77a120216839b665c4335 (diff) | |
Replace checkboxes with tools.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 2133a537d..2214ee13f 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -69,7 +69,9 @@ public: enum Tool { SELECT, ZOOM, - ZOOM_ALL + ZOOM_ALL, + SNAP, + SEQUENCE }; void tool_clicked (Tool t); |
