From a69f7a9282739789b3a62353e2fb08b5c5f7eda4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 17 May 2014 17:24:42 -0400 Subject: [PATCH] adding a new track via copy-region-drag now works (and shares code with the non-copy case Conflicts: gtk2_ardour/editor_drag.cc --- gtk2_ardour/editor_drag.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc index b2bf96e4c7..ba3ef3547e 100644 --- a/gtk2_ardour/editor_drag.cc +++ b/gtk2_ardour/editor_drag.cc @@ -945,8 +945,8 @@ RegionMoveDrag::finished (GdkEvent* ev, bool movement_occurred) RouteTimeAxisView* RegionMoveDrag::create_destination_time_axis (boost::shared_ptr 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 {