mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Playlist UI Tweaks: thinko: selecting a playlist from the menu should be group-aware
This commit is contained in:
parent
cdc9b89e3f
commit
36dd49021f
1 changed files with 1 additions and 1 deletions
|
|
@ -2554,7 +2554,7 @@ RouteUI::use_playlist (RadioMenuItem *item, boost::weak_ptr<Playlist> wpl)
|
|||
return;
|
||||
}
|
||||
|
||||
select_playlist_matching(wpl);
|
||||
PublicEditor::instance().mapover_grouped_routes (sigc::bind (sigc::mem_fun (PublicEditor::instance(), &PublicEditor::mapped_select_playlist_matching), wpl), this, ARDOUR::Properties::group_select.property_id);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue