correct conversion of drop y-position into trackview for drag-n-drop of external files
This commit is contained in:
parent
8c8928a99c
commit
f5edb5a022
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user