mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Consolidate multiple names for the same feature: sticky/linked/sync/synchro/grouped -> sync-lock.
This commit is contained in:
@@ -89,8 +89,8 @@ bool Generator::Process()
|
||||
|
||||
ntrack++;
|
||||
}
|
||||
else if (t->IsSynchroSelected()) {
|
||||
t->SyncAdjust(mT1, mT0 + mDuration);
|
||||
else if (t->IsSyncLockSelected()) {
|
||||
t->SyncLockAdjust(mT1, mT0 + mDuration);
|
||||
}
|
||||
// Move on to the next track
|
||||
t = iter.Next();
|
||||
|
||||
Reference in New Issue
Block a user