13
0

make selection of tracks/busses after adding them slightly more efficient

This commit is contained in:
Paul Davis 2017-03-26 16:12:10 +02:00
parent 7720caf36a
commit 453e07d0a2

View File

@ -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();
}