adding a new track via copy-region-drag now works (and shares code with the non-copy case

Conflicts:
	gtk2_ardour/editor_drag.cc
This commit is contained in:
Paul Davis 2014-05-17 17:24:42 -04:00
parent 6d3b9fe7e6
commit a69f7a9282

View file

@ -945,8 +945,8 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred)
RouteTimeAxisView*
RegionMoveDrag::create_destination_time_axis (boost::shared_ptr<Region> region)
{
/* Add a new track of the correct type, and return the RouteTimeAxisView that is created to display the
new track.
/* Add a new track of the correct type, and use the new time axis view that is created when we do this
as the destination for the region drop.
*/
try {