correct conversion of drop y-position into trackview for drag-n-drop of external...
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Jun 2014 17:45:05 +0000 (13:45 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Jun 2014 17:45:22 +0000 (13:45 -0400)
gtk2_ardour/editor_canvas.cc

index 13057dc3b2d0134035e5f4d3ad90dbdb95be4ed8..ed30d4b3645789b2b6a02c12df4a962056d40ada 100644 (file)
@@ -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 */