diff options
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); |
