mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
Bug977: Enable new scrolling limits as a Tracks preference, default off.
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "TracksPrefs.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
|
||||
#include "../Experimental.h"
|
||||
#include "../ShuttleGui.h"
|
||||
|
||||
#include "TracksPrefs.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
TracksPrefs::TracksPrefs(wxWindow * parent)
|
||||
@@ -116,6 +116,11 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("Editing a clip can &move other clips"),
|
||||
wxT("/GUI/EditClipCanMove"),
|
||||
true);
|
||||
#ifdef EXPERIMENTAL_SCROLLING_LIMITS
|
||||
S.TieCheckBox(_("Enable scrolling left of &zero"),
|
||||
wxT("/GUI/ScrollBeyondZero"),
|
||||
false);
|
||||
#endif
|
||||
|
||||
S.AddSpace(10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user