mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18:06 +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.
|
// Have to refresh all tracks.
|
||||||
mMixerBoard->UpdateMute();
|
mMixerBoard->UpdateMute();
|
||||||
mMixerBoard->UpdateSolo();
|
mMixerBoard->UpdateSolo();
|
||||||
mProject->RedrawProject();
|
|
||||||
}
|
}
|
||||||
else
|
// Bug 509: Must repaint all, as many tracks can change with one Solo change.
|
||||||
// Update only the changed track.
|
mProject->RedrawProject();
|
||||||
mProject->RefreshTPTrack(mTrack);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user