mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
This commit is contained in:
@@ -278,10 +278,10 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
void Rewind(bool shift);
|
||||
void SkipEnd(bool shift);
|
||||
void SetStop(bool bStopped);
|
||||
void EditByLabel( WaveTrack::EditFunction action, bool syncTracks );
|
||||
void EditByLabel( WaveTrack::EditFunction action, bool bSyncLockedTracks );
|
||||
void EditClipboardByLabel( WaveTrack::EditDestFunction action );
|
||||
bool IsSticky();
|
||||
void SetStickyFlag(bool flag);
|
||||
bool IsSyncLocked();
|
||||
void SetSyncLock(bool flag);
|
||||
|
||||
// "exclusive" mute means mute the chosen track and unmute all others.
|
||||
void HandleTrackMute(Track *t, const bool exclusive);
|
||||
@@ -499,7 +499,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
bool mEmptyCanBeDirty;
|
||||
bool mSelectAllOnNone;
|
||||
|
||||
bool mStickyFlag;
|
||||
bool mIsSyncLocked;
|
||||
|
||||
bool mLockPlayRegion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user