mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
minor fix for misleading comment
This commit is contained in:
parent
b47e71f8ac
commit
613678233a
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ Editor::drop_paths_part_two (const vector<string>& paths, framepos_t frame, doub
|
||||||
|
|
||||||
} else if ((tv = dynamic_cast<RouteTimeAxisView*> (tvp.first)) != 0) {
|
} else if ((tv = dynamic_cast<RouteTimeAxisView*> (tvp.first)) != 0) {
|
||||||
|
|
||||||
/* check that its an audio track, not a bus */
|
/* check that its a track, not a bus */
|
||||||
|
|
||||||
if (tv->track()) {
|
if (tv->track()) {
|
||||||
/* select the track, then embed/import */
|
/* select the track, then embed/import */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue