mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Playlist UI Tweaks: show the current track playlists in the copy+share+steal cases (second part of 3b3473)
This commit is contained in:
parent
46c2cdc64a
commit
ff3f0e1d62
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ PlaylistSelector::redisplay()
|
||||||
|
|
||||||
if (tr == this_track && _mode==plSelect) {
|
if (tr == this_track && _mode==plSelect) {
|
||||||
child_row = *(model->append());
|
child_row = *(model->append());
|
||||||
} else if (tr != this_track && _mode != plSelect) {
|
} else if (_mode != plSelect) {
|
||||||
child_row = *(model->append (row.children()));
|
child_row = *(model->append (row.children()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue