mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Fix another mistake in iteration over channels in src/commands
This commit is contained in:
parent
494ab4eafe
commit
297f3b4d84
@ -107,7 +107,7 @@ bool SetTrackBase::Apply(const CommandContext & context )
|
||||
#endif
|
||||
|
||||
if( bThisTrack ){
|
||||
ApplyInner( context, t );
|
||||
ApplyInner( context, channel );
|
||||
}
|
||||
++j; // count all channels
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user