Fixed multiple instances of top instrument in mixer panel
This commit is contained in:
parent
10d20dfd74
commit
3303aede05
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ TrackIdList TrackSequence::trackIdList() const
|
|||
{
|
||||
ONLY_AUDIO_WORKER_THREAD;
|
||||
|
||||
TrackIdList result(m_tracks.size());
|
||||
TrackIdList result;
|
||||
|
||||
for (const auto& pair : m_tracks) {
|
||||
result.push_back(pair.first);
|
||||
|
|
Loading…
Reference in a new issue