mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Leaving to early from MarkerDrag finishing procedure IS A BUG (at least we dropped commiting the reversible editor command).
This commit is contained in:
parent
7193ce20a5
commit
5e28feda1a
1 changed files with 1 additions and 5 deletions
|
|
@ -3710,11 +3710,7 @@ MarkerDrag::finished (GdkEvent* event, bool movement_occurred)
|
|||
|
||||
if (location) {
|
||||
|
||||
if (location->locked()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (location->is_mark()) {
|
||||
if (location->locked() && location->is_mark()) {
|
||||
location->set_start (((*x).location)->start());
|
||||
} else {
|
||||
location->set (((*x).location)->start(), ((*x).location)->end());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue