1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 04:32:00 +01:00

Tilt the sync-lock tiles!

This commit is contained in:
BusinessmanProgrammerSteve
2010-10-18 01:58:57 +00:00
parent 9797923fd5
commit cb51d71099
6 changed files with 4144 additions and 4068 deletions

View File

@@ -416,7 +416,6 @@ bool NoteTrack::Trim(double t0, double t1)
{
if (t1 <= t0)
return false;
double len = t1 - t0;
mSeq->convert_to_seconds();
// delete way beyond duration just in case something is out there:
mSeq->clear(t1 - GetOffset(), mSeq->get_dur() + 10000.0, false);