summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 02:23:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 02:23:29 +0100
commitc554c20be02b4a518be1be4266f90b88df9d5bd6 (patch)
tree014aec0045a14dd44d811cefbd14e4dd6628fcf6 /src/wx/timeline.h
parent7bcf60f8ad3acd4dcae77a120216839b665c4335 (diff)
Replace checkboxes with tools.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h4
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);