mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Austin Boyle's patch for Bug 473 - Track can be in "Solo" mode when there is no solo button
This commit is contained in:
parent
5b9e6f58a2
commit
c39269bf4a
@ -4697,7 +4697,7 @@ void AudacityProject::HandleTrackMute(Track *t, const bool exclusive)
|
|||||||
i->SetMute(muted); // and mute it as well
|
i->SetMute(muted); // and mute it as well
|
||||||
}
|
}
|
||||||
|
|
||||||
if( IsSoloSimple() )
|
if (IsSoloSimple() || IsSoloNone())
|
||||||
{
|
{
|
||||||
TrackListIterator iter(mTracks);
|
TrackListIterator iter(mTracks);
|
||||||
Track *i = iter.First();
|
Track *i = iter.First();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user