mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Drag - Don't snap _last_pointer_frame when leaving autoscroll.
This commit is contained in:
parent
6bd842e301
commit
4bb5278b62
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ Drag::motion_handler (GdkEvent* event, bool from_autoscroll)
|
|||
|
||||
_last_pointer_x = _drags->current_pointer_x ();
|
||||
_last_pointer_y = current_pointer_y ();
|
||||
_last_pointer_frame = adjusted_current_frame (event);
|
||||
_last_pointer_frame = adjusted_current_frame (event, false);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue