mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
fix constrained region drags across tracks (7242).
This commit is contained in:
parent
d463720b6d
commit
858e44745b
1 changed files with 1 additions and 1 deletions
|
|
@ -1658,7 +1658,7 @@ RegionMoveDrag::finished_no_copy (
|
|||
|
||||
/* insert into new playlist */
|
||||
RegionView* new_view;
|
||||
if (rv == _primary) {
|
||||
if (rv == _primary && !_x_constrained) {
|
||||
new_view = insert_region_into_playlist (
|
||||
RegionFactory::create (rv->region (), true), dest_rtv, dest_layer, last_position, last_pos_qn,
|
||||
modified_playlists, true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue