1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 00:50:05 +02:00

Fix non-linear preview time.

This commit is contained in:
Steve Daulton 2015-05-20 20:38:29 +01:00
parent 1a2486b01a
commit d0634be6bf

View File

@ -2472,8 +2472,8 @@ void Effect::Preview(bool dryOnly)
double t0save = mT0;
double t1save = mT1;
mT0 = t0;
mT1 = t1;
mT0 = 0;
mT1 = t1 - t0;
// Apply effect