mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
MIDI region combine: fix conceptual errors (GUI edition)
This commit is contained in:
parent
d93c8d64bc
commit
6e3d3706dc
1 changed files with 1 additions and 1 deletions
|
|
@ -2550,7 +2550,7 @@ RouteTimeAxisView::combine_regions ()
|
||||||
}
|
}
|
||||||
|
|
||||||
playlist->clear_changes ();
|
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));
|
_session->add_command (new StatefulDiffCommand (playlist));
|
||||||
/* make the new region be selected */
|
/* make the new region be selected */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue