1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

Bug 2348 - Residual. Don't select new tracks.

This commit is contained in:
James Crook
2020-05-30 11:54:21 +01:00
parent 3646bb8afe
commit 0417b2bf41

View File

@@ -107,10 +107,10 @@ void DoMixAndRender
// Bug 2218, remember more things...
if (selectedCount>=1) {
pNewLeft->SetWaveColorIndex(firstColour);
pNewLeft->SetSelected(true);
pNewLeft->SetSelected(!toNewTrack);
if (pNewRight) {
pNewRight->SetWaveColorIndex(firstColour);
pNewRight->SetSelected(true);
pNewRight->SetSelected(!toNewTrack);
}
}