correct conversion of drop y-position into trackview for drag-n-drop of external files

This commit is contained in:
Paul Davis 2014-06-19 13:45:05 -04:00
parent 8c8928a99c
commit f5edb5a022

View 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 */