summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-19 13:45:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-19 13:45:22 -0400
commitf5edb5a022e193429fb1acd4c404c273e5e66908 (patch)
tree5c4599943f2d317c137d773b9aeb8e8d67e841cd /gtk2_ardour/editor_canvas.cc
parent8c8928a99cb711ae0b3b79a7dcfdcf4be1761ede (diff)
correct conversion of drop y-position into trackview for drag-n-drop of external files
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 13057dc3b2..ed30d4b364 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -413,7 +413,7 @@ Editor::drop_paths_part_two (const vector<string>& paths, framepos_t frame, doub
}
- std::pair<TimeAxisView*, int> const tvp = trackview_by_y_position (ypos);
+ std::pair<TimeAxisView*, int> const tvp = trackview_by_y_position (ypos, false);
if (tvp.first == 0) {
/* drop onto canvas background: create new tracks */