1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Bugzilla:5 Fixed poor stacking of labels after a reverse effect.

This commit is contained in:
james.k.crook 2010-02-07 21:59:17 +00:00
parent 66206238b5
commit 781491dfc0

View File

@ -212,6 +212,7 @@ void LabelTrack::ChangeLabelsOnReverse(double b, double e)
mLabels[i]->t = aux;
}
}
SortLabels();
}
void LabelTrack::ScaleLabels(double b, double e, double change)