mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Bug 2439 - Mix and Render to New Track selects left channel of new stereo track
This commit is contained in:
parent
f3f0f4610d
commit
6d49228d65
@ -107,10 +107,11 @@ void DoMixAndRender
|
||||
// Bug 2218, remember more things...
|
||||
if (selectedCount>=1) {
|
||||
pNewLeft->SetWaveColorIndex(firstColour);
|
||||
pNewLeft->SetSelected(true);
|
||||
if (pNewRight) {
|
||||
pNewRight->SetWaveColorIndex(firstColour);
|
||||
pNewRight->SetSelected(true);
|
||||
}
|
||||
pNewLeft->SetSelected(true);
|
||||
}
|
||||
|
||||
// Permute the tracks as needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user