mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
click (no motion) on location marker locates transport
This commit is contained in:
parent
161719b553
commit
c6155db5ab
1 changed files with 4 additions and 0 deletions
|
|
@ -3405,6 +3405,10 @@ MarkerDrag::finished (GdkEvent* event, bool movement_occurred)
|
|||
/* skip range - click toggles active skip status */
|
||||
loc->set_skipping (!loc->is_skipping());
|
||||
return;
|
||||
} else if (loc->is_auto_loop()) {
|
||||
/* click on loop marker: locate */
|
||||
_editor->session()->request_locate (grab_frame(), _editor->session()->transport_rolling());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue