mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix problem with linked label tracks and truncate silence
This commit is contained in:
@@ -680,7 +680,7 @@ bool EffectTruncSilence::Process()
|
||||
// Non-wave tracks: just do a sync adjust
|
||||
double cutStart = (r->start + r->end - cutLen) / 2;
|
||||
double cutEnd = cutStart + cutLen;
|
||||
t->SyncAdjust(cutStart, cutEnd);
|
||||
t->SyncAdjust(cutEnd, cutStart);
|
||||
}
|
||||
}
|
||||
++whichReg;
|
||||
|
||||
Reference in New Issue
Block a user