mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
6c19821a6c
This commit zeroes the accumulated scroll distance on the window before invoking the event delivery code, since the event delivery code is able to call back into the scroll processing. Prior to this change, the callback could re-processing the scroll delta while magnifying it by a factor of 10. Fixes: https://todo.sr.ht/~eliasnaur/gio/599 Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>