1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Bug977: Enable new scrolling limits as a Tracks preference, default off.

This commit is contained in:
Paul Licameli
2015-05-27 18:44:49 -04:00
parent c14432bbe6
commit f07a487e47
5 changed files with 44 additions and 36 deletions

View File

@@ -576,6 +576,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
bool mNormalizeOnLoad; //lda
bool mShowId3Dialog; //lda
bool mEmptyCanBeDirty;
bool mScrollBeyondZero;
bool mSelectAllOnNone;
bool mIsSyncLocked;