Drag - Don't snap _last_pointer_frame when leaving autoscroll.

This commit is contained in:
nick_m 2015-12-08 04:34:28 +11:00
parent 6bd842e301
commit 4bb5278b62

View File

@ -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;