mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Lock mode: region-drags should not be totally prevented in Lock mode:
* the user can override with a modifier; this is checked later * the user may drag a region up&down across tracks, just not < >
This commit is contained in:
parent
20dad3f520
commit
77233f1ff9
1 changed files with 0 additions and 4 deletions
|
|
@ -2618,10 +2618,6 @@ Editor::add_region_drag (ArdourCanvas::Item* item, GdkEvent*, RegionView* region
|
|||
return;
|
||||
}
|
||||
|
||||
if (Config->get_edit_mode() == Lock) {
|
||||
return;
|
||||
}
|
||||
|
||||
_drags->add (new RegionMoveDrag (this, item, region_view, selection->regions.by_layer(), copy));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue