mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 23:48:22 +01:00
make selection of tracks/busses after adding them slightly more efficient
This commit is contained in:
parent
7720caf36a
commit
453e07d0a2
1 changed files with 1 additions and 2 deletions
|
|
@ -5399,8 +5399,7 @@ Editor::add_stripables (StripableList& sl)
|
|||
*/
|
||||
|
||||
if (!from_scratch && !new_selection.empty()) {
|
||||
selection->tracks.clear();
|
||||
selection->add (new_selection);
|
||||
selection->set (new_selection);
|
||||
begin_selection_op_history();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue