Skip to content

app: Don't grab the pointer when doing scrolling

Niels De Graef requested to merge nieldsg/fix-space-tablet-panning into master

By doing gimp_display_shell_pointer_grab(), we actually prevent events from a tablet coming through. There doesn't seem to be a reason to use it and it's not regressing in functionality either, so let's just remove it.

Fixes: #8016

Edited by Niels De Graef

Merge request reports