mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
Bug 509 - Soloing/unsoloing in Mixer Board does not repaint waveform colour until window or Track Panel refresh
This commit is contained in:
parent
18cec363c3
commit
a9c417854c
@ -776,11 +776,9 @@ void MixerTrackCluster::OnButton_Solo(wxCommandEvent& WXUNUSED(event))
|
||||
// Have to refresh all tracks.
|
||||
mMixerBoard->UpdateMute();
|
||||
mMixerBoard->UpdateSolo();
|
||||
mProject->RedrawProject();
|
||||
}
|
||||
else
|
||||
// Update only the changed track.
|
||||
mProject->RefreshTPTrack(mTrack);
|
||||
// Bug 509: Must repaint all, as many tracks can change with one Solo change.
|
||||
mProject->RedrawProject();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user