MIDI region combine: fix conceptual errors (GUI edition)

This commit is contained in:
Paul Davis 2022-10-31 14:22:03 -06:00
parent d93c8d64bc
commit 6e3d3706dc

View File

@ -2550,7 +2550,7 @@ RouteTimeAxisView::combine_regions ()
}
playlist->clear_changes ();
boost::shared_ptr<Region> compound_region = playlist->combine (selected_regions);
boost::shared_ptr<Region> compound_region = playlist->combine (selected_regions, track());
_session->add_command (new StatefulDiffCommand (playlist));
/* make the new region be selected */