mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
cut cursor follows grid
This commit is contained in:
parent
31ffc2aa85
commit
806f3f9f15
1 changed files with 4 additions and 1 deletions
|
|
@ -5464,7 +5464,10 @@ RegionCutDrag::~RegionCutDrag ()
|
|||
void
|
||||
RegionCutDrag::motion (GdkEvent*, bool)
|
||||
{
|
||||
line->set_position (_drags->current_pointer_frame());
|
||||
framepos_t where = _drags->current_pointer_frame();
|
||||
_editor->snap_to (where);
|
||||
|
||||
line->set_position (where);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue