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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user