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:
parent
66206238b5
commit
781491dfc0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user