fix y-offset when drag-n-dropping regions from region list

This commit is contained in:
Paul Davis 2014-06-25 12:39:52 -04:00
parent 3d0e36f579
commit 7ebf107e43

View File

@ -1234,7 +1234,7 @@ Editor::drop_regions (const Glib::RefPtr<Gdk::DragContext>& /*context*/,
framepos_t const pos = 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);
if (tv.first != 0) {