mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Fix progress bar in Normalize
This commit is contained in:
parent
8184ae5841
commit
972f7471de
@ -240,6 +240,7 @@ bool EffectNormalize::Process()
|
||||
break;
|
||||
}
|
||||
track = (WaveTrack *) iter.Next(); // go to the second linked one
|
||||
curTrackNum++; // keeps progress bar correct
|
||||
msg = topMsg + _("Processing second track of stereo pair: ") + trackName;
|
||||
if (!ProcessOne(track, msg, curTrackNum, offset2))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user