fix region drag/drop from region list
[ardour.git] / gtk2_ardour / editor_canvas_events.cc
index a08a1c9be438540a1c9adb476eb68dd86be4c111..999f2082009256f8e22ef7d303baba074d259dec 100644 (file)
@@ -1163,7 +1163,7 @@ Editor::track_canvas_drag_motion (Glib::RefPtr<Gdk::DragContext> const& context,
 
        (void) window_event_sample (&event, &px, &py);
 
-       std::pair<TimeAxisView*, int> const tv = trackview_by_y_position (py);
+       std::pair<TimeAxisView*, int> const tv = trackview_by_y_position (py, false);
        bool can_drop = false;
        
        if (tv.first != 0) {