1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Add a check item to Tracks menu for the scrolling beyond zero preference

This commit is contained in:
Paul Licameli
2016-05-10 12:47:34 -04:00
parent 9f8e34ad0f
commit 4394ad1b70
6 changed files with 39 additions and 4 deletions

View File

@@ -179,6 +179,8 @@ double GetTime(const Track *t);
void OnSortTime();
void OnSortName();
void OnToggleScrollLeftOfZero();
void OnSnapToOff();
void OnSnapToNearest();
void OnSnapToPrior();