mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Correct MixerTrackCluster::GetRight()
This commit is contained in:
@@ -324,7 +324,7 @@ WaveTrack *MixerTrackCluster::GetRight() const
|
||||
{
|
||||
auto left = GetWave();
|
||||
if (left)
|
||||
return static_cast<WaveTrack*>(left);
|
||||
return static_cast<WaveTrack*>(left->GetLink());
|
||||
else
|
||||
return nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user